đ Description Briefly list the changes made to the code:
Adding support for userIds query for getUser
Refactoring getUser code into primarily the UserService class
Switching over to a custom decorator to get the user information from initial authorization, rather than recalling the TokenClient and Cognito again
âī¸ Testing What steps did you take to verify your changes work? These should be clear enough for someone to be able to clone the branch and follow the steps themselves.
Postman requests - see the postman collection :)
more testing should be done.
đī¸ (Optional) Future Work / Notes
At some point, there should likely be more refactoring into a proper SearchBuilder or FilterBuilder class, along with some abstraction of the validation, but for now this should work.
Most pressing: we need to add verification for the user ids
âšī¸ Issue #35
đ Description Briefly list the changes made to the code:
âī¸ Testing What steps did you take to verify your changes work? These should be clear enough for someone to be able to clone the branch and follow the steps themselves.
Postman requests - see the postman collection :) more testing should be done.
đī¸ (Optional) Future Work / Notes
At some point, there should likely be more refactoring into a proper SearchBuilder or FilterBuilder class, along with some abstraction of the validation, but for now this should work.
Most pressing: we need to add verification for the user ids