-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(users): allow deleting users. Fixes MA-100 #145
Conversation
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 42 42
Lines 1303 1309 +6
Branches 199 200 +1
=========================================
+ Hits 1303 1309 +6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check out my comment but lgtm
@@ -48,15 +48,17 @@ exports.updateUser = async (req, res) => { | |||
}); | |||
}; | |||
|
|||
// TODO: reimplement by not deleting, but anonymizing a user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still something you would want to add in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, we need the ability to soft-delete a user in the future anyway. This would probably be another endpoint, as it also should be accessible by user himself
# [1.29.0](1.28.0...1.29.0) (2020-10-16) ### Features * **users:** allow deleting users. Fixes MA-100 ([#145](#145)) ([821cc08](821cc08))
🎉 This PR is included in version 1.29.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
backend for https://myaegee.atlassian.net/browse/MA-100, there will be another PR for frontend