feat: 업무함 근로자·Case 모델과 Server 계약 정합화 - #284
Draft
hywznn wants to merge 2 commits into
Draft
Conversation
This was referenced Aug 8, 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.
배경
업무함이 Case가 있는 근로자만 표시해 등록된 근로자에게 업무가 없는 상태를 표현하지 못했습니다. 일부 Task, Worker, Audit 응답 타입도 최신 Server 계약과 달라 실제 데이터에서 누락 또는 잘못된 상태 표시가 발생할 수 있었습니다.
변경 내용
사용자 영향
HR은 등록된 모든 근로자를 업무함에서 확인할 수 있으며, 아직 업무가 없는 근로자에게도 새 업무를 시작하거나 문서 상태를 확인할 수 있습니다.
검증
참고
초기 번들 경고는 별도 Client #283에서 처리합니다.