-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
delete profile and user (DRAFT IN PROGRESS) #9837
base: main
Are you sure you want to change the base?
delete profile and user (DRAFT IN PROGRESS) #9837
Conversation
Thanks Amanda! We could also break down into tasks and share if that helps? I have been thinking more about the backend part and the collections we need to delete from and the order |
Sure! I'm driving today so won't be touching anything. I haven't started the backend yet, just drafted out the FE modal. I'll be back on things Monday |
Looking at the database now, it looks like to delete everything we should do it in the following order: if there's anything I haven't considered, lmk |
@eddiejaoude update started building out the API, currently it will delete all links by username (no UI indication yet that it's' happened.) Have to step away again, may have time again this evening. |
Looks good, also there will be the tables/collections to delete from Also I think we should keep a stats oof deleted profiles, we could store this in the |
@eddiejaoude So, thinking deleting the "rest" is folders then db? or other way around? |
When the data files are changed, they are all loaded into the DB, then the json files are not used to present the data in the UI. So I think we only need to delete the DB, and give them a notifications in the UI to delete their files via a PR |
Fixes Issue
Closes #9821
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers
@eddiejaoude FYI Since I have more limited time to build, I'll push here to the PR each time I have a moment to work - if you decide you wanna get this out before I finish feel free to grab it and keep moving