issues
search
UniversityOfSaskatchewanCMPT371
/
term-project-2024-team-1
4
stars
0
forks
source link
POST /api/survey/:surveyId/answer
#173
Open
kurtp21
opened
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: 5)
[ ] 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 Submit Question Answer Interface file
[ ] Implement the User Submit Question Answer Repository file
[ ] implement the User Submit Question Answer service file
[ ] Add the route into the UserController.ts
[ ] Implement the user submit question answer handler file for [ POST /api/survey/:surveyId/answer ]
TODO: