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