Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
잔고(리포트) 화면에서 부채 계좌별 활성 할부의 잔여 개월/월 상환액을 함께 노출하고, 거래 상세 모달에서 할부 연결 거래에 원본 할부 요약 링크(총액/잔여 개월)를 제공하도록 연동을 추가한 PR입니다.
Changes:
- 잔고 탭 조회 시 할부 목록 API를 함께 호출해 부채 계좌별 활성 할부 정보를 표시
- 거래 상세 모달에 할부 연결 거래의 원본 할부 정보(총액/잔여 개월) 링크 추가
memories/task.md의 [3-9] 작업 상태를 완료로 갱신
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
memories/task.md |
[3-9] 작업 상태/메모를 “완료”로 반영 |
apps/web/src/routes/transactions.tsx |
거래 상세에서 할부 연결 거래에 원본 할부 요약 링크 및 할부 메타데이터 조회 추가 |
apps/web/src/routes/reports.tsx |
잔고 탭에서 할부 API를 함께 조회해 부채 계좌별 할부 잔여 개월/월 상환액 표시 |
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.
작업 내용
잔여 개월 · 월 상환액을 표시memories/task.md의[3-9]상태를 완료로 반영검증
pnpm --filter @marrylife/web buildpnpm --filter @marrylife/web exec tsc --noEmit(기존 이슈로src/components/dashboard/NetAssetCard.tsx에서 search 파라미터 타입 에러 1건 존재)Closes #54