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

✨ 기능 추가 / 수정: 카테고리 별 학생 비율 그래프 메서드 작성 #197

Merged
merged 6 commits into from
Nov 17, 2024

Conversation

Hellin22
Copy link
Contributor

@Hellin22 Hellin22 commented Nov 16, 2024

🔘Part

  • BE

  • FE


🔎 작업 내용

  • 기능에서 어떤 부분이 구현되었는지 설명해주세요
    카테고리 별 학생 비율 그래프를 위해서 mvc 메서드를 만들었습니다.
    복잡하지 않았는데 JPQL을 작성하는데에서 자꾸 오류가 발생했습니다.
  1. 이미지에서 현재는 YEAR, MONTH를 따로 사용하고 있는데 기존 방법의 yearMonth를 가져오기 위해서
    FUNCTION('DATE_TIME', ~)메서드를 사용했을때 계속해서 에러가 발생했습니다.
    현재까지는 저희가 추가한 hibernate에서 지원하지 않는 포맷이라서 안되는걸로 생각하고 있는데 아직 확실치 않습니다. 이건 추가로 공부해봐야 할거같습니다.
  2. 그리고 lectureCategoryName가 String으로 저장되어있다고 생각해서 String을 고집했었으나 entity에는 enum으로 저장되어 있어서 enum으로 받아왔고 바꾸니 에러가 사라졌습니다.

year, month를 따로 가져왔기 때문에 서비스 코드에서 둘을 '-' 기호를 통해 합쳐주는 부분을 추가했습니다.


이미지 첨부

image
image


🔧 앞으로의 과제

  • 다음 할 일을 적어주세요 (앞으로의 할 일을 작성해도 괜찮습니다)
    다음 통계 데이터 작성 및 DATE_FORMAT 에러 발생 이유 찾기

@Hellin22 Hellin22 added the enhancement New feature or request label Nov 16, 2024
@Hellin22 Hellin22 added this to the Lecture Feature milestone Nov 16, 2024
@Hellin22 Hellin22 self-assigned this Nov 16, 2024
@JoJeHuni JoJeHuni merged commit 474b37d into develop Nov 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants