You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
I think there are three patterns of processing when deleting users in Projects and Activities.
Delete all projects and activities related to that user. (≒ physical deletion)
Replace the user name with a unique name, such as a user ID, and retain the projects and activities associated with the deleted user.
Projects associated with a user will be transferred to another user or deleted, and activities will be displayed as deleted or deleted users. (Require that there are no projects associated with the user when deleting.)
We can force the project owners to transfer the ownerships of their projects to someone before they request to delete their account. Discord takes the same approach, where the users are unable to delete their accounts unless they transfer all of the server ownerships to the others (or delete the servers first).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Goal:
As a registered user, I want to delete my account so that I can quit using this website.
This issue is related to #5
Tasks:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: