-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update getCourseInfo and getCoursesList queries to use graphql (#907)
* added apollo client + some helper funcs * added some helper funcs * attempt at converting timetable.ts to use graphql to handle term details * updated getCoursesList with gql for initial review * improvement: integrated gql for getCoursesList * updated getCourseInfo to use graphql query (#906) * feat: make graphql query to get course info * format graphql output to match rest api output * use graphql data instead of rest api data * removed unnecessary fields from qraphql query * clean up code * clean up code * clean up code * clean up code * clean up code * removed references to old timetable scraper * removed unused logic from timetable.ts + removed 'lastUpdated' status from footer --------- Co-authored-by: ray <[email protected]> Co-authored-by: Shaam <[email protected]> Co-authored-by: jordansbenjamin <[email protected]>
- Loading branch information
1 parent
19eb91a
commit b33109f
Showing
19 changed files
with
428 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.