Skip to content

v21.2.9

Choose a tag to compare

@conzty01 conzty01 released this 09 Feb 15:09
· 212 commits to master since this release
860c395

Release v21.2.9

New Features

The following are new features that were added in this release:

  • Support for Area Coordinators (Multi-Hall Association) - RADSA has now been updated to support Area Coordinators who need to view/manage multiple Residence Halls. Users who are associated with multiple Residence Halls may now click on the name of their currently selected Res Hall in the top left of the navbar. Doing so will display a dropdown that contains the names of the other halls to which the user belongs. Selecting one of these other halls will change their view and permissions to the selected hall. Users who are only associated with a single Residence Hall will not see the dropdown appear.

  • Double-Duty Flags - Hall Directors are now able to enable and configure a setting in the Manage Hall page that will allow the scheduler to automatically denote a single duty slot on days with multiple duties with a configured label. A use case for this feature would be to specify that one RA on a multi-duty day should be considered "On-Call", "Primary" or any other such label that the Residence Hall might need. When enabled, the scheduler algorithm will also automatically attempt to balance out the number of flagged duties that each RA receives in a given month.

  • Additional Hall Settings - Additional Residence Hall settings have been exposed to Hall Directors through the Manage Hall Page. These settings allow for more granular control of the scheduler algorithm as well as the ability to enable and configure the Multi-Duty Day Flags mentioned above.

  • Edit Duty Point Values - The Web Application now allows for users with AHD permissions and above to alter the number of points awarded for both Break and Regular duties. Additionally, Regular duties can also be manually flagged through the Edit Schedule page.

Bug Fixes

The following are a list of the Issues that were resolved in this release:

  • Addressed possible security threat from httplib2 v0.18.0 dependency. PR #86
  • Addressed concern regarding HDs being able to move staff members to various Res Halls without permission. Issue #74