Add sections/change existing sections to span more than 1 day (ex: running from 11:30PM to 12:20AM)
Try importing a schedule with such a section
These sections should no longer cause the schedule to disappear because these sections will no longer be displayed on the faculty/room schedules (but they are output and displayed on the teaching loads tab)
May want to test edge cases like sections spanning more than 2 days (ex: starting at 11:30PM and going for 1500 minutes)
Note that I think only the changes in getMinAndMaxTimes() are necessary to solve the problem, but I kept the changes in getEvents() to be safe.
To Test:
Note that I think only the changes in
getMinAndMaxTimes()
are necessary to solve the problem, but I kept the changes ingetEvents()
to be safe.Closes #160