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.
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 theevents/{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
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)