[ Refactor ] - 월간 소비 집계 DTO 정합성 수정 설명 - #189
Merged
Merged
Conversation
bigwaveBigwave
requested review from
KSBoscoKim,
Kimd0ng,
SOOsuhyuncho,
hanjyoon01 and
shinh09
August 19, 2026 08:44
9 tasks
KSBoscoKim
approved these changes
Aug 19, 2026
hanjyoon01
approved these changes
Aug 19, 2026
shinh09
approved these changes
Aug 19, 2026
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.
관련 이슈
Resolves: #160
선행 반영:
배경
이슈 #160은 account-service의 월간 소비 집계를 #140의
TXN_ANALYSIS 저장 계약과 일치시키는 작업으로 시작했습니다.
구현을 진행하는 과정에서 기존 #143의 LOAN 이자-only 집계 정책과
#140/#160의 LOAN out_amount 전체 집계 정책이 충돌하는 것을 확인했습니다.
해당 정책 충돌은 #185/#186에서 다음과 같이 최종 정리되어 develop에 먼저 반영됐습니다.
FINANCE/FIXED 강제 지정을 제거
따라서 #160 브랜치에서는 이미 develop에 반영된 기능 코드를 중복 수정하지 않고,
공유 DTO에 남아 있던 이전 LOAN 이자-only 설명을 현재 계약에 맞게 정리했습니다.
이번 PR 작업 사항
MonthlyExpenseSummary.totalExpense설명 수정MonthlyExpenseSummary.fixedExpense설명 수정최종 집계 계약 확인
현재 develop의 MonthlyExpense 구현이 다음 조건을 만족하는 것을 확인했습니다.
startDate <= tran_date < endDate반개구간 유지영향 범위
.idea및 로컬 암호화 설정 파일 제외검증
관련 모듈 테스트
전체 회귀 테스트 및 WAR 빌드