senior-knights / course-schedulizer

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

modify check for non-standard times #300

Closed rpruim closed 1 year ago

rpruim commented 1 year ago

In conversation with @kvlinden, I think we have come up with a middle-road for checking standard times.

Given a meeting patterns with several days, a start time, and a duration, we will allow

This will avoid flagging things like seminars that use just one slot (and help people get those scheduled correctly).

I think I have an approach that will make this fairly easy to implement. Basically, I'll add additional meetings patterns that include just one day as well as the meeting patterns that use all the days when I build the data that is checked against.

rpruim commented 1 year ago

Closing as completed.