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

Deleting Users #1207

Open
4 of 7 tasks
GeorgeBellTMH opened this issue Jul 25, 2022 · 2 comments
Open
4 of 7 tasks

Deleting Users #1207

GeorgeBellTMH opened this issue Jul 25, 2022 · 2 comments
Assignees

Comments

@GeorgeBellTMH
Copy link
Contributor

GeorgeBellTMH commented Jul 25, 2022

  • All active subscriptions should be paused (but everything else in stripe left as is) - will need to create a pause subscription function for this...
  • Mark user as "archived" in dynamodb
  • User should still display in messages, courses etc.
  • Users should not be able to send new messages to archived user (should display as "User no longer exists")
  • Archived Users should not be able to be selected from dropdowns
  • Archived Users should not be in the user directory
  • We should clear as much data as we can from the user field in dynamodb...

If user creates a new account, it should not link up with existing account...brand new account from scratch.

@lucastbelem should validate all this...

@itbel
Copy link
Collaborator

itbel commented Jul 27, 2022

  1. Not deleting Dynamo data, just setting user to archived. (?)
  2. Should delete Cognito account (?)
  3. Edit modal in CRM only allows for changing email at the moment, unless I'm missing something...

It might be good to discuss this in the next meeting.

@GeorgeBellTMH
Copy link
Contributor Author

GeorgeBellTMH commented Jul 27, 2022 via email

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

No branches or pull requests

2 participants