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] Create endpoint to create booking(s) #380

Closed bcho892 closed 4 months ago

bcho892 commented 5 months ago

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

[!WARNING] Needs to be scoped to admin users only

Is used for if admins want to manually add bookings.

Should take user uids in the form of an array as the request body

e.g

{ 
    startDate: Timestamp,
    endDate: Timestamp,
    users: string[]
}

BEFORE MERGING