đ Description Briefly list the changes made to the code:
Started (but leaving unfinished) a full Company to User mapping endpoint. I don't want to lose the work, but for now, this can get overlooked.
Added in a 'User' decorator that can be added to Nest.js controller endpoints, and gather information from the verified JWT/user payload from Cognito to be used
Refactored UserController and UserService to put more functionality into the UserService
Added in several getUser endpoints, including getAllUsers, getUsersById, and getUserById
âī¸ 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.
Currently untested right now.
đī¸ (Optional) Future Work / Notes Did you notice anything ugly during the course of this ticket? Any bugs, design challenges, or unexpected behavior? Write it down so we can clean it up in a future ticket!
âšī¸ Issue Closes #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.
Currently untested right now.
đī¸ (Optional) Future Work / Notes Did you notice anything ugly during the course of this ticket? Any bugs, design challenges, or unexpected behavior? Write it down so we can clean it up in a future ticket!