momentumfrc / attendance-manager

Keep track of the attendence of our team members by allowing mentors to check students in and out.
0 stars 0 forks source link

Redesign attendance events and polling endpoint #51

Closed lost1227 closed 1 year ago

lost1227 commented 1 year ago

Attendance events are now soft-deleted on the server.

Attendance events are now immediately propagated to the backend, and undo operations are actually soft-deleting the recently created attendance event.

Polling now occurs using the dedicated /api/poll route instead of the two individual /attendance/events and /meetings.

resolves #40, resolves #49