Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert Courses from JSON #70

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Insert Courses from JSON #70

wants to merge 1 commit into from

Conversation

lucy-c1
Copy link
Contributor

@lucy-c1 lucy-c1 commented Dec 2, 2024

References

Proposed Changes

  • Added update_transcript_courses method that takes in the output from the json transcript parser and inserts each course into the database with its corresponding semester bin. Frontend updates on page reload.
  • The original parse_semester method expects input like "Fall 2021," but the JSON transcript parser outputs "2021-2022 Fall." The parse_transcript_semester method converts between these formats.

@windsornguyen windsornguyen force-pushed the main branch 4 times, most recently from 778fbc3 to 5467235 Compare December 3, 2024 06:41
@windsornguyen windsornguyen changed the base branch from main to dev December 9, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants