Update the deletedAt Column when a user requests to be deleted #531
Labels
complexity: moderate
Time needed to do this ticket will be moderate e.g. 1-2 days
databases
Works with databases
help wanted
Extra attention is needed
javascript
Pull requests that update Javascript code
priority: soon
Should be prioritized soon.
stale
This issue or PR is inactive.
Milestone
Overview
When a user requests to be deleted they hit the deleteUser method in the user service. This method soft deletes the user and sets them to inactive. We want to record the date in the new
user.deletedAt
column. The ticket is dependent on #530Action Items
The text was updated successfully, but these errors were encountered: