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

[FRONTEND] Make admin availability display the available dates #419

Closed bcho892 closed 4 months ago

bcho892 commented 4 months ago

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

Right now on the availability page it displays "open" for available dates (shown below)

You will have to edit client\src\components\composite\Admin\AdminAvailabilityView\AdminAvailabilityView.tsx

Image

Instead, we want it to actually show the availabilities:

Image

It will just involve doing something similar to #288

You should also replace the manual timestamp conversions with the function timestampToDate in client\src\components\utils\Utils.tsx

BEFORE MERGING