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