Merged
Conversation
- 목표 도메인 기능 개발을 위한 기본 JPA Repository를 구성했습니다.
- GoalService 인터페이스 및 구현체를 생성하였습니다. - 주간 목표와 관련된 비즈니스 로직을 처리하였습니다.
- 목표 수정 및 편지 작성 등의 예외 상황을 처리하기 위한 ErrorCode 항목을 추가하였습니다. - API 응답 메시지 통일을 위해 ResultCode 항목을 확장하였습니다.
- 주간 목표 관련 API를 생성하였습니다.
- 주간 목표 관련 DTO를 추가하였습니다.
- 주간 목표 완료 시 작성할 수 있는 칭찬 편지 도메인 엔티티(Letter)를 생성하였습니다.
- 주간 목표 완료 시 작성할 수 있는 칭찬 편지 Repository를 생성하였습니다.
- 주간 목표 완료 시 작성할 수 있는 칭찬 편지 DTO를 생성하였습니다.
- 칭찬편지 관련 비즈니스 로직을 구현하였습니다.
- 칭찬편지 관련 API를 구현하였습니다.
- 목표보드 코드를 개선하였습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📌 연관된 이슈
📝작업 내용
💬리뷰 시 요구사항 (선택)