Desired Changes
We need to be able to get all the checklists that are in our database
Create a new endpoint called getAllChecklists under the route /onboarding/checklists
Acceptance Criteria
- There is a new endpoint called
getAllChecklists
- It should include all of its respective checklist items that have not been deleted
- It should not include any of the checklistItems that have been deleted
- Added unit tests
Screenshots (as needed)
No response
Desired Changes
We need to be able to get all the checklists that are in our database
Create a new endpoint called
getAllChecklistsunder the route /onboarding/checklistsAcceptance Criteria
getAllChecklistsScreenshots (as needed)
No response