Conversation
- `ReceiverVerifyStep`에 `COMPLETE`(4단계) 상수를 추가하고 `RECEIVER_VERIFY_TOTAL_STEPS`를 3에서 4로 변경 - `DeliveryVerificationCompleteScreen`에서 진행 인디케이터를 숨기는 대신 100%가 채워진 상태로 표시하도록 수정 - 단계 수 변경에 따라 `receiver_verify_step_description` 문자열 리소스 업데이트 - 수신자 인증 단계 구성(본인 확인 단계의 화면 공유 및 완료 단계 표시 방식 등)에 대한 상세 주석 추가
|
❌ Screenshot test fail — baseline 과 CI rendered PNG 차이. 📦 Artifact: https://github.com/Afternote/Afternote-FE/actions/runs/27892522984 (페이지 하단 Artifacts → 🔍 확인 위치 (artifact zip 내부):
📝 조치 가이드:
CI ↔ 로컬 환경 차이는 본 워크플로의 container 단계가 root fix 한다 (README 의 "Compose Preview Screenshot Testing (docker baseline)" 섹션 참조). |
Contributor
Author
|
CI artifact
둘 다 🤖 Addressed by Claude Code |
- `ReceiverVerifyStep`에 `COMPLETE`(4단계) 상수를 추가하고 `RECEIVER_VERIFY_TOTAL_STEPS`를 3에서 4로 변경 - `DeliveryVerificationCompleteScreen`에서 진행 인디케이터를 숨기는 대신 100%가 채워진 상태로 표시하도록 수정 - 단계 수 변경에 따라 `receiver_verify_step_description` 문자열 리소스 업데이트 - 수신자 인증 단계 구성(본인 확인 단계의 화면 공유 및 완료 단계 표시 방식 등)에 대한 상세 주석 추가
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.
📌𝘐𝘴𝘴𝘶𝘦𝘴
Closes #412 — fix(afternote): 수신자 인증 완료 화면 진행 바 미표시 → 100% 채움
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
DeliveryVerificationCompleteScreen)이currentStep=null로 진행 인디케이터를 숨기던 것을 4/4(100%) 꽉 찬 바 표시로 전환 (704c2a7)ReceiverVerifyStep.COMPLETE=4추가 +RECEIVER_VERIFY_TOTAL_STEPS3→4 — 본인확인 25% · 마스터키 50% · 서류 75% · 완료 100% (본인확인은 Intro·Email 두 화면이 공유해 둘 다 25%)receiver_verify_step_description"3단계 중"→"4단계 중" 정합📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵
에뮬레이터 E2E 실측 — 마스터키 50% · 서류 75% · 완료 100% 진행 바 확인 (완료 화면이 숨김 → 꽉 참).
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴
receiver_verify_step_description의 총 단계 수가 string 에 하드코딩("4단계 중")이라RECEIVER_VERIFY_TOTAL_STEPS와 별도로 관리됨 — 단계 수 변경 시 동반 수정 필요. 근본적으론%2$d로 인자화하는 게 낫지만 호출부 5곳 변경이라 이번 범위에선 보류../gradlew :feature:afternote:presentation:compileDebugKotlin :feature:afternote:presentation:ktlintMainSourceSetCheckBUILD SUCCESSFUL