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] Refactor table on bookings view #613

Closed bcho892 closed 2 months ago

bcho892 commented 3 months ago

Is your feature request related to a problem? Please describe. Redesign bookings view to only show important information (name, dietary requirements), make the dates go across instead of down - allow them to click on the members for more details.

The original document that the admins used on the google sheet was like follows:

|--------------------Date1------------------|------------------Date2-------------------| |---------Name-------- |-----Allergies-----|---------Name-------- |-----Allergies---- | |-------asdasdda-------|----asddsasdd----|-------asdasdda-------|---asddsasddds--|

It is probably worth creating a "new" component for this because a lot of the functionality is not shared between the original Table component.

BEFORE MERGING