đ Description Briefly list the changes made to the code:
Added support for an endpoint that fetches company data based on a company id.
âī¸ 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.
Used postman to test the endpoint, and logged the output to the console in the app to double check.
đī¸ (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!
There are a couple of company functions in the user module that could be moved to the company module instead.
âšī¸ Issue Closes clickup ticket link
đ Description Briefly list the changes made to the code:
Added support for an endpoint that fetches company data based on a company id.
âī¸ 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.
Used postman to test the endpoint, and logged the output to the console in the app to double check.
đī¸ (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!
There are a couple of company functions in the user module that could be moved to the company module instead.