(fix) : 토큰 만료 응답과 정산 응답 정보 수정#48
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
WalkthroughSettlementHeaderResponse 레코드가 createdAt과 completedAt 타임스탐프 필드를 추가하여 정산 생명주기 정보를 전달합니다. SettlementReader는 새로운 필드들을 응답에 명시적으로 포함하도록 업데이트되고, 모든 관련 테스트는 확장된 응답 구조로 조정됩니다. ChangesSettlement Header Timestamp Extension
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📝 테스트 커버리지 리포트입니다!
|
#️⃣연관된 이슈
X
🔀반영 브랜치
fix/member-count -> develop
🔧변경 사항
createdAt,completedAt필드를 추가했습니다.401과토큰이 만료되었습니다.메시지를 JSON으로 내려주도록 수정했습니다.totalMemberCount, 완료 인원 집계가 전체 정산 멤버 기준으로 계산되도록 수정했습니다.💬리뷰 요구사항(선택)
X
✅체크
🧪검증
./gradlew --no-daemon test --tests com.dnd.moddo.domain.settlement.service.implementation.SettlementReaderTest --tests com.dnd.moddo.domain.settlement.service.QuerySettlementServiceTest --tests com.dnd.moddo.domain.settlement.controller.SettlementControllerTest./gradlew --no-daemon test --tests com.dnd.moddo.domain.auth.service.JwtFilterTest --tests com.dnd.moddo.domain.settlement.controller.SettlementControllerTest