-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow the user to import transcripts into the Roadmap Planner (#455)
* Unify quarter names and create a type for it - Ignoring dependencies array pre-commit hook for now because I want to make sure this doesn't break anything * Get the initial transcript import working - Currently only works with fall, winter, and spring quarters. * Add lookups for transcript summer quarter names - This should make importing transcripts with summer courses work * fix: formatting + remove unused import * consolidate styles * delete empty file * Rename `AddTranscript` to `ImportTranscriptPopup` * Add fall/winter/spring if they don't exist * Include credits without scores - this will make it pick up community college courses' units since they don't have a score associated with them * Add the changelog * remove duplicate type * use search API results helper - This requires removing all spaces to form IDs --------- Co-authored-by: Jacob Sommer <[email protected]>
- Loading branch information
Showing
20 changed files
with
562 additions
and
179 deletions.
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.