Automated priority-based room assignment for honors students
student_id,name,email,year,honors,has_hold
HU001,John Doe,john.doe@howard.edu,freshman,yes,no
HU002,Jane Smith,jane.smith@howard.edu,sophomore,yes,no
Required columns: student_id, name, email, year (freshman/sophomore/junior/senior), honors (yes/no), has_hold (yes/no)
building,room_number,capacity,floor,room_type
Drew Hall,101,2,1,double
Drew Hall,102,1,1,single
Required columns: building, room_number, capacity, floor, room_type
No file selected
No file selected
Execute the priority-based matching algorithm to assign rooms to students based on honors status, year, and account status.
Review the matching results, see assigned rooms, and view the waitlist for students who couldn't be placed.
Download the matching results as CSV files for use in other systems or for record keeping.