✨ 기능 추가 / 수정: 카테고리 별 학생 비율 그래프 메서드 작성 #197
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔘Part
BE
FE
🔎 작업 내용
카테고리 별 학생 비율 그래프를 위해서 mvc 메서드를 만들었습니다.
복잡하지 않았는데 JPQL을 작성하는데에서 자꾸 오류가 발생했습니다.
FUNCTION('DATE_TIME', ~)메서드를 사용했을때 계속해서 에러가 발생했습니다.
현재까지는 저희가 추가한 hibernate에서 지원하지 않는 포맷이라서 안되는걸로 생각하고 있는데 아직 확실치 않습니다. 이건 추가로 공부해봐야 할거같습니다.
year, month를 따로 가져왔기 때문에 서비스 코드에서 둘을 '-' 기호를 통해 합쳐주는 부분을 추가했습니다.
이미지 첨부
🔧 앞으로의 과제
다음 통계 데이터 작성 및 DATE_FORMAT 에러 발생 이유 찾기