ScarletStudies / docs

documentation for scarlet studies project
0 stars 0 forks source link

user delete account #19

Closed tristanmkernan closed 6 years ago

tristanmkernan commented 6 years ago
  1. remove all posts and comments by user
  2. solely remove user account, keep all content

give user the choice to delete only account or account and all content. users have every right to delete their account and content, but they should be able to differentiate. we want content to persist year over year.

tristanmkernan commented 6 years ago

scenarios

  1. user wants to delete only account

strategy:

  1. assign all posts to special "deleted" account
  2. assign all comments to special "deleted" account
  3. delete all user courses
  4. delete all user cheers
  5. delete user account
  1. user wants to delete all content

strategy:

same as above, but

  1. replace all comment content with "removed as requested by user"
  2. replace all post content with "removed as requested by user"
tristanmkernan commented 6 years ago