馃殌 [Feature] Draft Visibility For Posts
Created by: Tirokk
馃殌 Feature Request
First step to implement the post visibility, see EPIC: #2198
Implementation
-
Add a privacy selection field to the post editing page. -
Start with the Registered
andPrivat/Draft
options at first:- consider to have this new field in a options area to be opened by a click, because there will be more options like a publishing date/time in the future
- !!! on the other hand the user should be fully aware of what the privacy selection value actually is, because
Privat/Draft
posts should not visible for other users !!!
- !!! on the other hand the user should be fully aware of what the privacy selection value actually is, because
-
Registered
is like it is now -
Privat/Draft
is a only visible for the owner:- only visible on their profile for them and not for others
- Restrict access to private/draft posts for other users. More detailed:
- only visible on their profile for them and not for others
- consider to have this new field in a options area to be opened by a click, because there will be more options like a publishing date/time in the future
-
-
make a database mutation which sets all posts to Registered
Aditional Informations
- #3481