-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(fe): cleanup leftover api requests (#1166)
* feat: re-enable backend tests in ci * hotfix: moved the env setup in test utilities above the connections * fix: moved out /courses/getCourse, /courses/getPathFrom and /courses/courseChildren Also deleted a unused helper. * fix: moved out timetable request * fix: moved out coursesUnlockedWhenTaken, and consolidated courses.ts into course.ts * fix: move out /programs/getPrograms and fold programApi.ts into programsApi.ts * fix: move specialisation api calls into specsApi.ts, upgrading useEffects to useQuerys in degree wizard. * fix: move /user/updateDegreeLength, /user/toggleSummerTerm, /user/updateStartYear, /planner/toggleTermLocked into api folder * fix: moved out ctf axios (lol) and finished last few others * chore: rename some fe api request files and shuffled some functions * fix: final useEffect in ProgressionChecker * fix: move out unwrapSettled api helper * fix: moved Prereq tree to use queries Also explored size fixing, left a TODO comment with my findings, so we can revisit later.
- Loading branch information
1 parent
fe22a61
commit cd736b4
Showing
34 changed files
with
330 additions
and
394 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
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
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
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
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.