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

PlannerItem model 구현 #877

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

PlannerItem model 구현 #877

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

PlannerItem model은 플래너 내 한 과목에 해당하는 model입니다.

Model schema는 다음과 같습니다.

  • planner (FK, Planner)
  • year
  • semester
  • course (FK, Course)
@GrasshopperBears GrasshopperBears added python Pull requests that update Python code new-feature: planner 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