feat: 근로자 모바일 누락정보 답변 연결 - #332
Merged
Merged
Conversation
hywznn
marked this pull request as ready for review
August 13, 2026 12:54
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 #331
변경 내용
requested_actions를 기준으로 누락 정보 입력 UI를 표시합니다.TEXT,BOOLEAN,MONEY입력 지원SLOT_ANSWERS_SUBMITTED와 구조화된answers로 제출합니다.UPLOAD_DOCUMENT액션은 기존 서류 업로드 흐름과 연결하고, Case 상세에는 민감한 원문 대신 답변 건수만 표시합니다.필요한 이유
기존 모바일 링크는 근로자에게 필요한 서류만 받을 수 있어, 체류연장 과정에서 숙소 조건처럼 Server가 추가로 요구한 정보를 받을 방법이 없었습니다. 이번 변경으로 근로자가 모바일에서 직접 답변하고, Server의 Outbox와 Renewal Agent가 해당 답변을 기존 Task에 반영할 수 있습니다.
사용자 영향
검증
bun run lintbun run buildbun run test— 84 files, 449 tests