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

Planner model 구현 #876

Open
GrasshopperBears opened this issue Nov 21, 2021 · 0 comments
Open

Planner model 구현 #876

GrasshopperBears opened this issue Nov 21, 2021 · 0 comments
Labels
new-feature: planner python Pull requests that update Python code

Comments

@GrasshopperBears
Copy link
Contributor

Planner model은 하나의 플래너를 위한 model입니다. 하나의 플래너 탭에 해당합니다.

Model schema는 다음과 같습니다.

  • user (FK, User)
  • entrance_year: 졸업요건을 적용할 학번
  • basic_graduation_requirement (FK, BasicGraduationRequirement)
  • majors (ManytoMany, MajorGraduationRequirement)
@GrasshopperBears GrasshopperBears added new-feature: planner python Pull requests that update Python code labels Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature: planner python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant