NIAEFEUP / feup-exchange-backend

MIT License
3 stars 0 forks source link

[Endpoint] Fetch all new allocations for students #26

Open EduRibeiro00 opened 2 years ago

EduRibeiro00 commented 2 years ago

This endpoint should only be available for admin users (and thus, it should be protected by token authentication). The endpoint should be called after the allocation algorithm has been executed. It should allow admins to fetch the new schedule allocations for all students, so they can review them in the platform and perform a sanity check, confirming if the generated schedules are valid. We can also think about allow an admin to fetch for the schedule of a specific student (to be decided).