ucsb-cs56-w20 / open-lab-scheduler

Display open lab hours for CS courses
1 stars 3 forks source link

Even further refined schedule for admins that shows hot spots in terms of room usage #35

Open qiandrew opened 4 years ago

qiandrew commented 4 years ago
abbywysopal commented 4 years ago

We will need to implement a search bar or drop-down menu in order for the admin to specify a quarter. Once a quarter is specific, we will need to rearrange the data into a table that is described in the above user story.

ySteinhart1 commented 4 years ago

We will need to add to the RoomAvailabilityController to be able to map a search to display the table in the correct format. The Controller will call a sort function on the list of rooms.