-
Notifications
You must be signed in to change notification settings - Fork 41
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
update user schema to include new fields and ability to updateUser #3272
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3272 +/- ##
==========================================
+ Coverage 46.67% 47.01% +0.33%
==========================================
Files 609 609
Lines 38739 38971 +232
Branches 1232 1253 +21
==========================================
+ Hits 18083 18321 +238
+ Misses 20461 20455 -6
Partials 195 195 ☔ View full report in Codecov by Sentry. |
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.
Tested locally with several kinds of users and it looks like it's in a pretty good state.
This contains the editing feature for user content on the about page. It also adds the hasEdit, loggedIn, and admin checks.