samyok / gophergrades

Used by more than 35k students to view all the past grades for classes taken at the University of Minnesota, Twin Cities.
https://umn.lol
21 stars 13 forks source link

Make "Export to calendar" button scrape from the week that you have open in MyU #46

Closed superstealthysheep closed 1 year ago

superstealthysheep commented 1 year ago

The calendar button currently calls ScrapeASemester() with no arguments, which causes it to default to sampling the week containing the current date. This means that if e.g. it's spring and you just registered for your fall classes, there's no way to add your fall classes to the calendar until the first week of fall semester.

A solution to this would be to read the date that you're open to directly off the My Classes page. Then this date can be passed into the ScrapeASemester() function.

superstealthysheep commented 1 year ago

Closed with commit 🎁234ba19!