-
Notifications
You must be signed in to change notification settings - Fork 0
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
[새기능] 편지 생성기능 구현 #20
Merged
[새기능] 편지 생성기능 구현 #20
Conversation
This file contains 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
- 일기 감정 분석 기능을 구현했어요. - AIClient 및 AIService를 구현했어요. - Diary의 필드가 많아 @build 어노테이션을 붙였어요. - 일기 저장 및 수정시 감정을 분석하도록 구현했어요.
- 편지 엔티티를 생성했어요. - 캐릭터 타입 Enum에 AI 서버에서 필요한 id를 구현했어요. - AI 서버 필드에 따라 EmotionAndKeyword DTO를 구현했어요. - AI 서버에서 편지 생성 시간이 늦어질 수 있어 FeignClient의 타임아웃 시간을 최대 5분으로 늘렸어요.
- Http Status를 Created로 지정했어요.
- 예외를 추가했어요.
- 편지 생성 API 테스트 코드를 작성했어요.
- 편지 생성 API를 문서화했어요.
- EmotionAndKeyword DTO에 Diary를 인자로 하는 생성자를 만들어 가독성을 높였어요.
- 친밀도를 올리기 위해서 Transactional 어노테이션을 추가했어요
- EmotionList가 Null일때를 방지하기 위해서 어노테이션을 추가했어요.
- 편지 단일 조회 및 전체 조회 기능을 구현했어요.
- 편지 단일 조회 및 전체 조회 API 테스트 코드를 작성했어요.
- 편지 단일 조회 및 전체 조회 API를 문서화했어요.
Closed
9 tasks
이렇게 리뷰해주세요.🖐️ 규칙
🥬 우선순위리뷰 중요도에 따라 다음과 같은 prefix를 붙여주세요.
|
- LetterFacade에 있는 getAllLetter는 굳이 exception handlering을 필요없다고 판단되어 삭제했어요.
- 친밀도 증가 메서드 이름을 incrementFriendShip에서 increaseFriendShip으로 변경했어요.
cabbage16
approved these changes
Nov 23, 2024
import java.time.LocalDateTime; | ||
|
||
@Getter | ||
@AllArgsConstructor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P4) LetterResponse에는 @AllArgsConstructor 가 있고, ListLetterResponse에는 없고... 어노테이션 붙이는 기준이 궁금합니다.
- 불필요한 AllArgsConstructor 어노테이션을 삭제했어요.
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.
🎫 관련 이슈
close #6
📄 개요
🔨 작업 내용
🏁 확인 사항
🙋🏻 덧붙일 말