joeoneil / conditional-backend

Actix backend for conditional rewrite
2 stars 0 forks source link

API: /attendance/house #6

Open joeoneil opened 11 months ago

joeoneil commented 11 months ago

House attendance routes 5 Routes


POST /attendance/house accessible to evals director

Creates a new attendance submission, containing a date and the list of members and whether they attended


GET /attendance/house/{user} accessible to specific user

Gets every house meeting, and whether the user attended, missed, or was excused.


GET /attendance/house accessible to evals director

Gets all house meeting attendances


PUT /attendance/house/{id} accessible to evals director

Updates a house meeting's attendance


DELETE /attendance/house/{id} accessible to evals director

Deletes a house meeting's attendance