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
Currently in the coursebook scraper, the list of course prefixes is hardcoded in the form of an array named coursePrefixes defined at the end of the file. While this works for now, it isn't exactly the best solution since the school could presumably add more course prefixes at some later date.
Thus, to make this system more future-proof, we should retrieve the list of available course prefixes dynamically via scraping them directly from the coursebook prefix dropdown.
The text was updated successfully, but these errors were encountered:
jpahm
added
the
L1
A task suitable for someone who is comfortable helping with basic issues.
label
Apr 20, 2024
Currently in the coursebook scraper, the list of course prefixes is hardcoded in the form of an array named
coursePrefixes
defined at the end of the file. While this works for now, it isn't exactly the best solution since the school could presumably add more course prefixes at some later date.Thus, to make this system more future-proof, we should retrieve the list of available course prefixes dynamically via scraping them directly from the coursebook prefix dropdown.
The text was updated successfully, but these errors were encountered: