eddex / hslu-simple-mep-results

:bar_chart: A browser add-on that adds essential features to the HSLU MyCampus website
MIT License
39 stars 16 forks source link

module ID to module type mapping for different studies (I, WI, ICS, ...) #9

Closed eddex closed 4 years ago

eddex commented 5 years ago

Implement some logic to figure out what the student is studying (I, WI, ICS, ...) and have separate json files for the mapping of module IDs to module types depending on the studies.

The information can be found at https://mycampus.hslu.ch/de-ch/stud-i/mein-studium/meine-daten/ so there must be an API call to get this information.

eddex commented 5 years ago

there is no API call, we have to parse the HTML..

eddex commented 5 years ago

Alternatively: Create separate releases for I, WI, ICS, ...

eddex commented 4 years ago

Done