-
Notifications
You must be signed in to change notification settings - Fork 0
feat(report): 월간 리포트 도메인 구현 #80
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
Merged
Merged
Conversation
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
특정 날짜가 속한 월의 범위 반환, 저번 달의 범위 반환, 이번 달의 범위 반환
…ySummaryInputDto 구현 월간 리포트 생성 프롬프트의 입력값 생성에 활용
대표 일간 리포트 샘플 추출
PENDING MonthlyReport를 생성하는 클래스
Collaborator
|
LGTM! |
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.
📝 요약(Summary)
전체적인 구조가 주간 리포트 #64 도메인과 아주 유사합니다
①
weekly_reports테이블 생성 및WeeklyReport엔티티 구현② 월간 리포트 생성 기능 구현
비동기 방식인 것과 생성 플로우/로직은 주간 리포트 생성과 동일합니다.
유틸 & 헬퍼 클래스들
MonthRangeCalculator: 저번 달의 범위 반환, 주어진 날짜가 속한 달의 범위 반환MonthlyPromptLoader및 구현체들: 프롬프트를 로드MonthlyRepresentativePicker: 월간 리포트 프롬프트에 넣을 대표 일일 리포트 샘플을 선정MonthlyWeeklySummariesAssembler: 월간 리포트 생성 프롬프트의 주간 리포트 관련 입력값 생성에 활용MonthlyReportLlmClient: 월간 리포트를 프롬프팅을 통해 생성MonthlyReportGenerationListener: 비동기 리스너③ 테스트용 월간 리포트 삭제 API 구현
🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.