issues
search
UniversityOfSaskatchewanCMPT371
/
term-project-2024-team-1
4
stars
0
forks
source link
GET /api/survey/:surveyId/user
#172
Open
kurtp21
opened
7 months ago
kurtp21
commented
7 months ago
TODO:
Before development:
[ ] Review the API document for the specifics of the API (
API-Design.pdf
, pg: 4)
[x] Write up the interface document for this feature
[x] Write unit tests before implementing code
[ ] Create a logging document
[x] Write unit tests before implementing code
[ ] Peer review with your tester pair before development
After documents are completed:
[x] Implement the Survey Get All Completed Response Interface file
[x] Implement the Survey Get All Completed Response Repository file
[x] implement the Survey Get All Completed Response service file
[x] Add the route into the SurveyController.ts
[x] Implement the survey get all completed response handler file for [ GET /api/survey/:surveyId/user ]
TODO: