-
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.
feat(api): convert last few routes to use token instead of old models (…
…#1195) * fix: change eslint rules so frontend can compile with unused variables * wip: created mirrored prepareUserPayload backend helper and converted * fix: tokenified the route * fix: coursesUnlockedWhenTaken and getAllUnlocked tests now use tokens * remove prepareUserPayload from frontend * feat: created function, and finally removed old UserData model * fix: unselect tests now use token * added note into unselectCourse route * fix: aligned mark mappings to the WAM spec * wip: move out convert_to_planner_data * feat: removed model and reworked route * fix: convert ctf to fully use user Storage * feat: convert /validateTermPlanner to no longer use old models * fix: update frontend mark parsing to match backend * fix: re-enable circular imports pylint and remove type keyword * fix: remove potentially bad load_dotenv * fix: remove unused props for CourseDescriptionPanel and CourseMenu after tokenifying last routes
- Loading branch information
1 parent
0305c75
commit 72801cf
Showing
25 changed files
with
597 additions
and
458 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
Oops, something went wrong.