You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the room preferences page, Admins currently don't have the option to assign rooms for instructors. Add a column that allows admins to assign any room to any class. (UI should be similar to when they are changing room preferences.)
Example of what that might look like.
Note: Keep in mind that there is an algorithm (in roomAssignment.py) that already assigns a room to each course. Make sure your change doesn't break it.
On the room preferences page, Admins currently don't have the option to assign rooms for instructors. Add a column that allows admins to assign any room to any class. (UI should be similar to when they are changing room preferences.)
Example of what that might look like.
Note: Keep in mind that there is an algorithm (in
roomAssignment.py
) that already assigns a room to each course. Make sure your change doesn't break it.files:
cas/app/static/js/local/roompreferences.js
cas/app/templates/roomPreferences.html
The text was updated successfully, but these errors were encountered: