senior-knights / course-schedulizer

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

Bugfix/meeting patterns data #302

Closed rpruim closed 1 year ago

rpruim commented 1 year ago

I had Todd Dornbos look over meeting-patterns.csv and we discovered an error. (Some data that I had edited by hand was off by a few rows and I also saw that what he sent me had H instead of R for a Thursday in one spot.)

The only changes in this PR

We could probably just ingest the CSV in the app, or convert to JSON without using R, but this was the quick and easy way I knew how to do it.