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.
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.