[Feature] #15 아카이브 비즈니스 로직 및 API 개발 #16
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.
Description
뉴스레터, 단어장 별 아카이브 조회 기능 및 API를 개발하였습니다.
Issue Number
#15
Extra
추가적으로 마이페이지 API를 구현하였습니다. 일주일 간의 출석률을 계산하여 반환합니다.
QueryDsl을 사용하기 위해 정의했던 메소드가 JPA에 감지되는 현상이 발생하였습니다. JPA 네이밍 룰을 지키지 않아 쿼리를 생성할 수 없었고 부득이하게 JPA와 QueryDsl용 Repository를 분리하여 사용하였습니다. (수정 필요)
PR Type
PR Checklist