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

과목사전에 강:실:학 추가 (2021 가을 온보딩) #863

Open
zealotzealot opened this issue Nov 3, 2021 · 0 comments
Open

과목사전에 강:실:학 추가 (2021 가을 온보딩) #863

zealotzealot opened this issue Nov 3, 2021 · 0 comments

Comments

@zealotzealot
Copy link
Member

zealotzealot commented Nov 3, 2021

과목사전 페이지의 과목 정보에 학점/널널/강의 위에 강의시간/실습시간/학점 정보를 추가합니다.
상세는 다음과 같습니다

  • Course의 강:실:학은 마지막 lecture의 강:실:학을 기준으로 합니다. (추후 course가 강:실:학을 갖도록 백엔드 변경 예정)
  • lecture가 아직 로딩되지 않았거나 0개일 경우 숫자 대신 '-'을 표시합니다.
  • 학점 및 AU와 관련하여
    • 학점이 1 이상이고 AU가 0일 경우 학점을 표시합니다.
    • 학점이 0이고 AU가 1 이상일 경우 AU를 표시합니다.
    • 학점도 1 이상이고 AU도 1 이상인 과목은 없습니다.
힌트

apps/subject/models.py
react/src/shapes/LectureShape
react/src/components/sections/dictionary/CourseInfoSubSection.js
react/src/reducers/dictionary/courseFocus.js
react/src/components/Scores
react/src/translations/translations.[en/ko].json

최소한의 동작을 위해 최소 2개의 파일을 수정해야 합니다. (필수 과제)
콘솔 및 linter 에러가 나지 않게 하기 위해 1개의 파일을 추가로 수정해야 합니다. (선택 과제)
번역을 위해 2개의 파일을 추가로 수정해야 합니다. (선택 과제)

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

No branches or pull requests

1 participant