[#56] Feat/56/영수증업로드 상세페이지 - #57
Merged
Hidden character warning
The head ref may contain hidden characters: "Feat/56/\uc601\uc218\uc99d\uc5c5\ub85c\ub4dc_\uc0c1\uc138\ud398\uc774\uc9c0"
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
|
따봉 열개 드립니다 |
minzx23
approved these changes
May 25, 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.
❓이슈
📝 Description
영수증 업로드 페이지와 상세 페이지를 구현했습니다.
영수증 업로드 페이지
3단계 흐름(idle → loading → done)으로 구성했습니다.
idle/ready: 드래그&드롭 또는 클릭으로 이미지 선택. 중복 영수증이면
duplicate필드를 감지해 done 단계로 넘어가지 않고 에러 메시지를 표시합니다.loading: AI 분석 중 애니메이션 프로그레스 바를 표시합니다.
done: 분석 결과를 ReceiptPayInfo, ReceiptItemInfo로 표시하며 필드 편집이 가능합니다.
useImperativeHandle로 현재 입력값을 수집영수증 상세 페이지
업로드 페이지와 동일한 레이아웃(이미지 + 오른쪽 패널)을 사용합니다.
공통 개선
forwardRef+useImperativeHandle로 편집값 외부 노출flex-wrap gap-1.5적용영수증 업로드 과정
멤버 : 업로드 후 대기 중 영수증 상세페이지
관리자 : 대기 중 영수증 상세페이지
반려된 영수증
승인된 영수증
🌀 PR Type
어떤 변경 사항이 있나요?
✅ Checklist
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
Test Checklist