[Refactor] DOC-001 문서함 탭 체계·메트릭 카드를 Figma 기준으로 재정비 - #205
Merged
Conversation
전체/미제출/확인 대기/확인 완료 4탭을 Figma 기준 전체/검토 필요/만료 예정/누락 문서/요청 중/최근 업로드 6탭으로 재정비하고 상단 메트릭 카드 4개(전체 문서/검토 필요/30일 내 만료/누락 문서)를 추가. 서버 SubmissionStatus가 3종뿐이라(#196 조사 결과) "요청 중"·"최근 업로드"는 각각 MISSING·SUBMITTED로 근사한다.
This was referenced Jul 31, 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.
요약
Figma DOC-001(node
1499:1256)에 맞춰 탭 체계와 상단 메트릭 카드를 재정비:알려진 근사치 (중요)
서버
SubmissionStatus는MISSING/SUBMITTED/VERIFIED3종뿐이라 Figma 6탭과 1:1로 대응하지 않습니다 (#196 조사 결과, 이슈 본문에도 명시):expiry_date기준 클라이언트 계산 (실제 데이터 기반, 근사 아님)MISSING집합으로 근사SUBMITTED집합으로 근사두 탭 다 코드 주석으로 근사 사유를 명시했습니다. 서버에 재요청 이력·업로드 시각 필드가 추가되면 정확한 구현으로 교체가 필요합니다.
완료 조건
Closes #196
Test plan
npm run lintnpx vitest run(341 tests passed)npm run build