WIP: Delete User #780
crosspolar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When deleting a user:
Preparation:
TapirUserwithout personal information which only gets soft-deleted when deleting a user. For that, we need to A) move "Personal Information" (address, name, etc.) to new modelPersonalInformationwhich gets linked to the user and B) move Co-Purchaser to new model.Deleting
PersonalInformation,CoPurchaser,LogEntryOther ways
All reactions