feat: 문서 요청 초안 복구와 근로자 제출 흐름 연결 - #281
Draft
hywznn wants to merge 2 commits into
Draft
Conversation
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.
배경
Server PR #122에서 문서 요청 초안 조회 API와 근로자 공개 링크의 실제 안내 내용이 추가됩니다. 기존 Client는 초안을 저장할 때 안내문과 최신 version을 복구하지 못했고, 근로자 제출 화면도 요청 서류가 여러 개여도 파일 하나만 처리했습니다.
Depends on fowoco/server#122
변경 내용
사용자 영향
HR은 새로고침 후에도 작성 중인 요청문을 이어서 수정할 수 있습니다. 근로자는 실제 요청받은 서류를 확인하고 각 서류를 한 번의 응답으로 제출할 수 있습니다.
검증
머지 조건
Server PR #122가 먼저 머지되고 배포 계약이 준비된 후 이 PR을 머지합니다.