ucsb-cs156-s21 / proj-ucsb-cs-las

https://proj-ucsb-cs-las.herokuapp.com/
MIT License
2 stars 3 forks source link

Allow linking a Room Slot when creating Office Hours on the frontend #292

Open noahcorona44 opened 3 years ago

noahcorona44 commented 3 years ago

User Story

As an admin, I can now link an office hour to a specific room slot. This lets us know which office hours will be using which physical room slots, so that we can figure out how busy the room will be, which rooms are currently unused, etc.

Discussion

Now that an office hour stores a room slot, we need a method to select the room slot that an office hour stores. This makes the process of modifying office hours easier, and independent from the current rooms and places office hours can take place.

Acceptance Criteria

Implementation Todos

Front end:

Back end:

The back end of this issue is implemented in issue #245.

Testing: