-
Notifications
You must be signed in to change notification settings - Fork 17
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
Initial Prototype of User Service #15
Conversation
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.
LGTM. Some things we should discuss: POST use cases/allowing request from any user; looking into transactions when CRUD-ing with Mongo (like the old API)
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.
Initial prototype lgtm
Testing these using staff auth token
|
Very very rudimentary approach to user service (supports getting users and updating data).
Should be OK to merge for now, but will need more work in the future (especially with QR code stuff + pagination)