You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have suggestion for a feature you could implement in the extension, if you like -- Allowing the user to download their final exam schedules as an ICS file, or possibly with some other interface.
You can already parse the user's course schedule, and my final exam schedule dataset is actually really high-quality now (let's hope McGill keeps using their new process for making those PDFs). Users might also find it useful if you put that feature in the extension's menu around finals season.
The text was updated successfully, but these errors were encountered:
Would definitely be a useful features. I found the 201609 and 201701 final exam schedule datasets you have. I think you had mentioned it before but would you want to setup a github repo for mcgill related data and host it there?
As an aside, were you able to generate these programmatically or do you have to do it manually? If it's possible to generate the datasets for previous exam schedules (201409, 201501, 201509, 201601), I might have another feature in mind that could make use of them.
Sure, I'll set up a repo, and some proposed schemas, early in May.
The datasets can be programmatically generated since 201701, assuming McGill doesn't screw things up again. Everything before that is semi-manual, sadly.
I have iCal on the frontend. So either you can link to my tool (I'll also have to make a way to read from URL fragments to automatically populate exams), or you can use the JSON directly.
I have suggestion for a feature you could implement in the extension, if you like -- Allowing the user to download their final exam schedules as an ICS file, or possibly with some other interface.
You can already parse the user's course schedule, and my final exam schedule dataset is actually really high-quality now (let's hope McGill keeps using their new process for making those PDFs). Users might also find it useful if you put that feature in the extension's menu around finals season.
The text was updated successfully, but these errors were encountered: