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

Onboarding backend #61

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open

Onboarding backend #61

wants to merge 63 commits into from

Conversation

ashleymyan
Copy link

  • Added DegreeProfile and CourseTaken models to store onboarding info
  • Basic CRUD routes, serializers, and unit tests
  • Transcript model and transfer credit attribute are there but not yet implemented

null=True,
related_name="degree_profile",
help_text="The user's uploaded transcript parsed into a Transcript object (optional)",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO I don't think we want to / should store this!

AaDalal and others added 30 commits April 4, 2024 04:25
Add PDP to GH workflow and k8s kittyhawk config
Get penndegreeplan.com backend to properly proxy (for real this time!)
remove to_representation on rule serializer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants