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
You'd like to be able to look up COMP 362 without having to look at the course schedule, bwckgens, and all kinds of online stuff.
SQL syntax might actually be less painful than McGill's query interface.
You'd like a quick dump of all COMP courses offered this year (or next year too).
Somebody posted a course averages dataset online, and you'd like to make use of it.
Solution
Minervaclient could load bwckgens.csv into a SQLite database, and implement a few simple requests (by course, by department), and then let you use SQL to query the rest.
We could integrate the course averages dataset, and figure out how to manually scrape through the calendar to find pre-reqs, etc.
The text was updated successfully, but these errors were encountered:
Problem:
Solution
The text was updated successfully, but these errors were encountered: