boolean-uk / team-dev-server

3 stars 12 forks source link

Set privacy settings on posts #261

Closed webdesignsbytom closed 1 year ago

webdesignsbytom commented 1 year ago

67 As a user, so I can sleep at night, I want to be able to set privacy settings on my posts

Tasks

A user should be able to choose to make a post of theirs private. They can do this when creating a new post, or by changing the setting on an existing post By default, posts should be public When set to private, only themselves and any role with elevated privileges (teachers, devs, admins) should be able to see the post The user should also have a setting in their account to mark all future posts they create to default to private or public

Check List

shahzadnaeem commented 1 year ago

A bit more detail on the endpoints for this? GET, PUT etc Are there already some roles that you are updating? Is that what the first Check List item is? That's the DB change?