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

Allow users to delete their profile #49

Open
jasonaowen opened this issue Apr 28, 2019 · 0 comments
Open

Allow users to delete their profile #49

jasonaowen opened this issue Apr 28, 2019 · 0 comments
Labels
back-end Java, Spring, etc enhancement New feature or request front-end HTML/CSS, Thymeleaf, etc

Comments

@jasonaowen
Copy link
Owner

Allow a user to delete their profile, and all their projects (see also #48, which needs to be done first).

I don't know how exactly this should work. We fetch, store, and use some data about Recursers from the RC API, and I don't think deleting a user profile would alter any of that data. Is it better to delete the User record and leave behind some kind of deleted user record? Or is it better to hold on to some of the User record, clear the user-entered data, and mark it as inactive? If someone who deleted their profile logs back in again, what should happen?

@jasonaowen jasonaowen added enhancement New feature or request back-end Java, Spring, etc front-end HTML/CSS, Thymeleaf, etc labels May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Java, Spring, etc enhancement New feature or request front-end HTML/CSS, Thymeleaf, etc
Projects
None yet
Development

No branches or pull requests

1 participant