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 partReviewFAQs from the organization model using the current organization. This will involve the pre-existing FrequentlyAskedQuestion 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/getAllPartReviewFAQs that returns an array of part review FAQs for the user's current organization
there is a controller with an express function that gets all part review FAQs for the users organizaiton
there is a service function that uses a given organization id and returns an array of part review FAQs
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 partReviewFAQs from the organization model using the current organization. This will involve the pre-existing FrequentlyAskedQuestion 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: