parse lecture type string to id
Configuration of the backend.
whether to enable conversion from Course.key to human readable string. It is only used to inform user about the removal of a course when its key does not exist in catalog. The regex variable keyRegex will be used to match Course.key
the regex used to match the components of Course.key. It must have three capture groups, one for the department string, one for the course number, and one for the course type, corresponding to the keys of TYPES
whether running on electron
expiration config, usually no need to change
some default UI configurations. Usually no need to change
the version string from package.json
Given an address, convert it to an link to the map (e.g. Google map)
an url or an empty string
get the origin
request the building list from remote and store in localStorage
a building searcher
Fetch the list of semesters from Lou's list
request from remote and store in localStorage
view the evaluations for the given course
for the given course, open an external webpage showing the past grades of that course
Functions for fetching data
Used to generate a list of action buttons in section/course modal. We used it to open external pages relevant to the given course/section.
Generated using TypeDoc
lecture type number => meaning