-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow deletion of user data - user interface #617
Labels
enhancement 🎇
New feature or request
frequently requested ❔
This feature is often requested by users
missing design ✂️
The issue cannot be worked on until the design is ready
Comments
louilinn
added
enhancement 🎇
New feature or request
frequently requested ❔
This feature is often requested by users
labels
Feb 28, 2023
I assigned this to you @triaslucia so you can provide designs for this if it will be a priority any time soon |
louilinn
changed the title
Allow deletion of username
Allow deletion of user data - user interface
Mar 6, 2023
louilinn
added
the
missing design ✂️
The issue cannot be worked on until the design is ready
label
Apr 13, 2023
Related issue to new design: #638 |
Places to call Delete Avatar through core.avatar.delete:Deleting data actively
Replacing an old image
Replacing pending images
Cancellation
Also fix bug in personal wallet onboarding where if you go back to image upload step, you only have "I'll do this later" and not continue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement 🎇
New feature or request
frequently requested ❔
This feature is often requested by users
missing design ✂️
The issue cannot be worked on until the design is ready
User story:
The user wants to
or
This happens mostly in connection to:
A wallet has not been deployed correctly
A wallet has been locked by the dead-man switch (90 day limit)
Current situation / workaround
At the moment the username has to be replaced by a non-sense name which spams our username database and occupies usernames unnecessarily
Same with avatar and email.
Suggested UI solution:
Add option in "Edit profile" (/edit) and "Settings" (/settings) to delete user data email, username and avatar all at once with an "Are you sure?" popup.
The popup should explain that this will delete your avatar, username and email from the database and thus remove the connection between this data and your wallet/safe addresses that is on the blockchain. It will not delete your transaction messages or any transaction data on the blockchain. And maybe a link to information about what it means that your transactions are on the blockchain and that it cannot be deleted. (Pending article in handbook CirclesUBI/circles-handbook#58)
Considerations of allowing deletion of usernames (already concern for edit)
In activity log and when visiting the profile, the safe-address will be displayed instead of the old username for all other users.
The text was updated successfully, but these errors were encountered: