feat(report): 이전 리포트 목록 조회 응답에 생성 시각 추가#193
Merged
Merged
Conversation
GET /api/v2/monthly-report/all 응답 items에 createdAt을 추가하고, 월간 V1/V2 및 주간 리포트의 created_at 값을 매핑하도록 개선
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.
📝 요약(Summary)
GET /api/v2/monthly-report/all응답의 각items[]항목에createdAt추가주요 변경사항
AllReportItemResponseV2에createdAt: OffsetDateTime필드 추가monthly_reports테이블에 이미 존재하던created_at컬럼을 V1MonthlyReport엔티티에서CreatableEntity상속으로 노출createdAt매핑을 검증하는 서비스 테스트 보강검증
.\gradlew.bat compileJava.\gradlew.bat test --tests "com.devkor.ifive.nadab.domain.monthlyreport.application.MonthlyReportQueryServiceV2Test"git diff --check🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.