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

[Feature] #15 아카이브 비즈니스 로직 및 API 개발 #16

Merged
merged 9 commits into from
May 13, 2024

Conversation

packdev937
Copy link
Contributor

@packdev937 packdev937 commented May 13, 2024

Description

뉴스레터, 단어장 별 아카이브 조회 기능 및 API를 개발하였습니다.

Issue Number

#15

Extra

추가적으로 마이페이지 API를 구현하였습니다. 일주일 간의 출석률을 계산하여 반환합니다.
QueryDsl을 사용하기 위해 정의했던 메소드가 JPA에 감지되는 현상이 발생하였습니다. JPA 네이밍 룰을 지키지 않아 쿼리를 생성할 수 없었고 부득이하게 JPA와 QueryDsl용 Repository를 분리하여 사용하였습니다. (수정 필요)

PR Type

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

PR Checklist

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@packdev937 packdev937 linked an issue May 13, 2024 that may be closed by this pull request
5 tasks
@packdev937 packdev937 merged commit 6828f42 into main May 13, 2024
1 check passed
@packdev937 packdev937 deleted the feature/15-archive-api branch May 13, 2024 06:32
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

Successfully merging this pull request may close these issues.

[Feature] 아카이브 비즈니스 로직 및 API 개발
1 participant