Closed jacobatan closed 1 year ago
Will have to wait for #115 .
But we want to create an endpoint so that we can "tick" the users off.
No response
GET /meeting/attendance/:meetingId
POST /meeting/attendance/:meetingId
PUT /meeting/attendance/:meetingId
DELETE /meeting/attendance/:meetingId
PATCH /meeting/:meetingId/attendance/:userId
Outcome
Will have to wait for #115 .
But we want to create an endpoint so that we can "tick" the users off.
Moment
No response
Key Results
GET /meeting/attendance/:meetingId
-> This will get the attendance list for a certain meetingIdPOST /meeting/attendance/:meetingId
-> This will be the request that is made when we first create our attendance listPUT /meeting/attendance/:meetingId
-> This will be the request to update the whole attendance listDELETE /meeting/attendance/:meetingId
-> This will be used to delete the attendance listPATCH /meeting/:meetingId/attendance/:userId
-> Will be used to update the attendance of the user, and also the reason