Places should have modes to classify what state an place entry (not the place itself) is in. Modes should be:
live
review
draft
archived
When creating a place, users should be able to save a place as draft. Drafts should be listed on the users profile page and only be visible to the user themself and staff members. List views (Homepage, all place list and tdb search) should onyl show places in mode live. Users should also be able to publish their drafts, changing their mode from draft to live.
TODO: Should users be able to change the mode back to draft? Should this be a separate mode? When is a place in review mode?
Places should have modes to classify what state an place entry (not the place itself) is in. Modes should be:
- live
- review
- draft
- archived
When creating a place, users should be able to save a place as draft. Drafts should be listed on the users profile page and only be visible to the user themself and staff members. List views (Homepage, all place list and tdb search) should onyl show places in mode `live`. Users should also be able to publish their drafts, changing their mode from `draft` to `live`.
TODO: Should users be able to change the mode back to draft? Should this be a separate mode? When is a place in review mode?
reverend
added this to the Release 0.1.5 milestone 2022-09-24 12:09:49 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Places should have modes to classify what state an place entry (not the place itself) is in. Modes should be:
When creating a place, users should be able to save a place as draft. Drafts should be listed on the users profile page and only be visible to the user themself and staff members. List views (Homepage, all place list and tdb search) should onyl show places in mode
live. Users should also be able to publish their drafts, changing their mode fromdrafttolive.TODO: Should users be able to change the mode back to draft? Should this be a separate mode? When is a place in review mode?
Implemented place mode, filtering in list views and creating a place as draft in
c9d83dfc2c. TBD: displaying drafts on users profile page