[Feature] Renewal Agent 실행 client 연동 - #312
Merged
Merged
Conversation
이슈 #311. server#131/ai#31이 병합되면 renewal-executions 트리거·결과 표시 UI 구현 예정.
hywznn
approved these changes
Aug 12, 2026
hywznn
marked this pull request as ready for review
August 12, 2026 00:17
hywznn
self-requested a review
August 12, 2026 00:18
- src/api/renewal.ts: runRenewalExecution (POST /tasks/{taskId}/renewal-run)
- RenewalExecutionModal: 요청 입력 -> 실행 -> 결과(outcome/상태/생성문서/근로자
안내초안) 표시, missing_slots 중 source_hint=USER_INPUT인 필드만 HR이
답변해서 재실행 가능 (OCR 등 비HR 필드는 안내만)
- CaseDetailPage 더보기 메뉴에 RECONTRACT/EMPLOYMENT_PERIOD_EXTENSION/
STAY_PERIOD_EXTENSION 업무에서만 'Renewal 실행' 노출
- 실행 후 task/documents/activities/readiness 재조회
closes #311
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 #311
server#131(
POST /tasks/{taskId}/renewal-run) 병합 후 구현 완료.변경 사항
src/api/renewal.ts:runRenewalExecutionRenewalExecutionModal: 요청 입력 → 실행 → 결과(outcome/task 상태/생성 문서/근로자 안내초안) 표시missing_slots중requested_fields[].source_hint === 'USER_INPUT'인 필드만 HR이 답변해서 재실행 가능 — OCR 등 비HR 필드는 안내만 하고 재실행 막음 (서버가 422로 거부하는 필드)CaseDetailPage더보기 메뉴에 RECONTRACT/EMPLOYMENT_PERIOD_EXTENSION/STAY_PERIOD_EXTENSION 업무에서만 "Renewal 실행" 노출검증
tsc -b통과lint0 errorsCaseDetailPage테스트 41개,RenewalExecutionModal테스트 3개 통과build통과