senior-knights / course-schedulizer

📝 Create semester schedules without stress
https://senior-knights.github.io/course-schedulizer/
MIT License
10 stars 4 forks source link

Hide classes spanning more than one day #173

Closed bryantgeorge closed 3 years ago

bryantgeorge commented 3 years ago

To Test:

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.

Closes #160