UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[BACKEND] Scope the events/{id} endpoint to admins only #813

Open bcho892 opened 1 week ago

bcho892 commented 1 week ago

Is your feature request related to a problem? Please describe.

Because of the changes introduced in #799, we only want users to be able to get the google_forms_link close to the sign up time. However, this change was not introduced for the events/{id} endpoint, as we only want that to exist for admins to see all details about an event.

You will need to move the logic and tests into AdminController.

BEFORE MERGING