Skip to content
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

User : on click of delete, archive the user rather than deleting its complete infromtaion from DB #3516

Open
singharpita opened this issue Apr 2, 2019 · 2 comments

Comments

@singharpita
Copy link
Contributor

singharpita commented Apr 2, 2019

because right now deleted user still shows on reference.

@paulbert
Copy link
Member

paulbert commented Apr 2, 2019

More ideal, but more difficult solution we discussed:
When deleting a user we will first copy that profile to a new user with just a hash as a name. We would modify the documents that reference that user to reference the hash. Then in the views we could still show the user but label them as deleted

If we decide to implement the above, we'll also have to make sure syncing works.

@paulbert
Copy link
Member

paulbert commented Apr 2, 2019

Also to note only 1 user has been deleted out of ~1000 in the field. That is why this is low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants