seas-computing / course-planner

SEAS Course Planning Application. JSDoc Docs at: https://seas-computing.github.io/course-planner/
0 stars 1 forks source link

Room Admin: Delete Functionality for Modal #578

Open jonseitz opened 1 year ago

jonseitz commented 1 year ago

We need to add a Checkbox for Active/Inactive in the Course Admin modal. By default rooms will be "Active", but can be unset to hide them from the Room Selection list in the "Meeting Modal." We should also add a column to the "Room Admin" table, which will show the active/inactive status. That column should allow filtering by "All"/"Active"/"Inactive".

In all other cases, we will query for only the active rooms.

jonseitz commented 1 year ago

Testing

Client Side Testing

Server Side Testing