mazfil / lab-allocator

COMP3500 - Resource maximisation planning system for labs
3 stars 1 forks source link

New implementation of room filters #83

Closed mazfil closed 1 month ago

mazfil commented 3 months ago

Continuation of old issue #60

Currently the filtering of rooms in the timetable management page is unclear and current implementation doesnt allow for clear visual feedback of selected rooms.

mazfil commented 2 months ago

Could potentially implements a row of divs for each room e.g.:

<div>
  <p>Room Name</p>
  <input type="checkbox" defaultChecked="true">
</div>

and implement a function which changes the activeView variable when each checkbox is modified.

mazfil commented 1 month ago

Completed in 49a7faceed910049c9910012be9db769c6f58340