You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an edpoint to get the part tags from the organization model using the current organization. This will involve a shared common mistakes type, as well as a route, controller, and service function. You do not need to put query args or transformer in a separate file.
Acceptance Criteria
There is a route at /organizations/getAllPartTags that returns an array of part tags for the user's current organization
there is a controller with an express function that gets all part tags for the users organizaiton
there is a service function that uses a given organization id and returns an array of part tags
there is a part tag type in shared types which is what the route returns
There are unit tests and postman screenshots displaying functionality
Proposed Solution
Look at other organization endpoints and follow existing conventions.
Mocks
No response
The text was updated successfully, but these errors were encountered:
Description
We need an edpoint to get the part tags from the organization model using the current organization. This will involve a shared common mistakes type, as well as a route, controller, and service function. You do not need to put query args or transformer in a separate file.
Acceptance Criteria
Proposed Solution
Look at other organization endpoints and follow existing conventions.
Mocks
No response
The text was updated successfully, but these errors were encountered: