Conversation
fix(family): 메인페이지 값 통일
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR introduces a new Changes
Sequence DiagramsequenceDiagram
participant DataServiceImpl
participant FamilySharedPoolsService
participant FamilyMembersResDto
participant DataUsageResDto
DataServiceImpl->>FamilySharedPoolsService: resolveFamilyMemberMonthlySharedPoolDisplay(lineId)
FamilySharedPoolsService-->>DataServiceImpl: FamilyMemberDto with totalAmount & remainingAmount
DataServiceImpl->>FamilySharedPoolsService: resolveFamilyMonthlySharedPoolRemaining(familyId)
FamilySharedPoolsService-->>DataServiceImpl: Long familyMonthlyRemaining
DataServiceImpl->>DataServiceImpl: Normalize & compute sharedPoolRemainingAmount
DataServiceImpl->>DataServiceImpl: Calculate sharedPoolUsedAmount = total - remaining
DataServiceImpl->>DataUsageResDto: Create with personalTotal, sharedPoolTotal, sharedPoolRemaining
DataUsageResDto-->>DataServiceImpl: DataUsageResDto payload
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~28 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
개요
관련 BackLog
Resolves: (Backlog Number, ...)
PR 유형
PR Checklist
Summary by CodeRabbit
New Features
Bug Fixes