the-deep / client

Web client for DEEP
https://app.thedeep.io/
GNU Affero General Public License v3.0
4 stars 3 forks source link

Add proper messages during user deletion #2821

Open subinasr opened 9 months ago

subinasr commented 9 months ago

Background

When a user is deleted, the projects owned by the users must be deleted too. Currently, when user deletion is attempted, the user receives a message to delete all the owned projects first. A user cannot delete themselves without deleting all the owned projects. Deleting projects will soft delete the projects and can be recovered in 30 days. After the recovery period is over, then and only then cant the user delete their account.

Acceptance Criteria

User should be shown a message during an attempt to delete user account clarifying all these details.