csce-cups / tias

TIAS Is A Scheduler
https://csce-scheduler.com
0 stars 0 forks source link

Fix scheduling order #56

Closed dantebarbieri closed 2 years ago

dantebarbieri commented 2 years ago

The scheduler schedules by availability score, but it was running in the wrong order. I noticed this when I was scheduled to exactly the courses I requested as "preferred" despite having the highest availability score in the database. As such, I did some testing and determined the issue was in the implementation of Person.compareTo. This PR addresses the problem.