senior-knights / course-schedulizer

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

Provide a modal message if loading with ?csv= fails? #279

Open rpruim opened 1 year ago

rpruim commented 1 year ago

Currently, if the file doesn't exist, nothing happens. The active schedule remains in place, and there is no notification except for a message saying (incorrectly) that the schedule has been imported.

To see the behavior, try

https://senior-knights.github.io/course-schedulizer/#/?csv=https://rpruim.github.io/Schedulizer/data/MathStat2022-23-current.csv

The correct URL is

https://senior-knights.github.io/course-schedulizer/#/?csv=https://rpruim.github.io/Schedulizer/data/MathStat-2022-23-current.csv

When there file isn't found, it would be better