feat: 근로자 모바일 질문과 제출 서류 검토 화면 연결 - #324
Merged
Merged
Conversation
근로자가 실제 질문 내용을 작성해 전송하고, HR이 Case 소통 화면에서 제출 파일을 확인·다운로드한 뒤 공식 서류로 채택할 수 있도록 연결했습니다.
질문 문장 전송, 복수 파일 제출, 재시도 멱등성, HR 공식 서류 채택 화면 흐름을 검증합니다.
hywznn
marked this pull request as ready for review
August 11, 2026 16:36
BcKmini
approved these changes
Aug 12, 2026
BcKmini
left a comment
Member
There was a problem hiding this comment.
확인했습니다. 파일 업로드 표시·공식 서류 등록·질문 텍스트 전송 흐름 다 잘 구현돼 있고, 낙관적 동시성(expected_task_version)·VIEWER 권한 제한·에러 처리·테스트까지 꼼꼼하네요. CI도 통과했습니다. server#141 병합 전까지는 실제 업로드 필드가 안 채워질 텐데, client 코드 자체는 문제없어 보입니다.
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.
왜 필요한가요?
근로자는 질문 유형만 보낼 수 있었고 HR은 제출 파일 개수만 확인할 수 있어, 모바일 응답을 실제 업무로 이어가기 어려웠습니다.
무엇이 바뀌나요?
Server 의존성
uploads필드와 공식 서류 등록 API가 동작합니다.검증
npm run buildnpm run lintnpm test