Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: /attendance/house #6

Open
joeoneil opened this issue Oct 5, 2023 · 0 comments
Open

API: /attendance/house #6

joeoneil opened this issue Oct 5, 2023 · 0 comments
Labels
API API Route issue backend Backend specific issue

Comments

@joeoneil
Copy link
Collaborator

joeoneil commented Oct 5, 2023

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.

  • Discuss: Use user token to determine user instead of URL param?

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

@joeoneil joeoneil added backend Backend specific issue API API Route issue labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API Route issue backend Backend specific issue
Projects
None yet
Development

No branches or pull requests

1 participant