Open
Description
As a software developer, I would like to see proper implementation of endpoints and adherence to RESTful guidelines.
Ex.
GET
/attendance/hm => List of users eligible for HM attendance.
POST
/attendance/hm => Endpoint for posting HM attendance.
Basically, make our endpoints make some semblance of sense.