fix(document): 재계약 조건을 표준근로계약서에 매핑 - #62
Merged
Merged
Conversation
This was referenced Aug 18, 2026
hywznn
marked this pull request as ready for review
August 18, 2026 03:51
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의 Golden Renewal E2E에서 HR이 입력한 임금·근무시간·근무장소·숙소·재계약기간이 Agent까지 전달됐지만, 생성된 표준근로계약서 HWP에는 일부 값만 표시됐습니다.
무엇이 바뀌나요?
YYYY-MM-DD~YYYY-MM-DD재계약기간을 계약서용 기간으로 정규화합니다.검증
pytest tests/agents/test_document_field_map.py tests/agents/test_workflow_graph.py tests/documents/test_editing_service.py tests/documents/test_hwp5_service.py -qgit diff --check통과남은 범위
HWP 내부 값 매핑은 이 PR에서 보완하지만, LibreOffice PDF 미리보기의 글자 깨짐 문제는 AI #53에서 별도로 해결합니다.
Closes #61
Refs fowoco/server#207