Skip to content

[Feature] Renewal Agent 실행 client 연동 - #312

Merged
BcKmini merged 5 commits into
mainfrom
feat/311-renewal-execution-client
Aug 12, 2026
Merged

[Feature] Renewal Agent 실행 client 연동#312
BcKmini merged 5 commits into
mainfrom
feat/311-renewal-execution-client

Conversation

@BcKmini

@BcKmini BcKmini commented Aug 11, 2026

Copy link
Copy Markdown
Member

closes #311

server#131(POST /tasks/{taskId}/renewal-run) 병합 후 구현 완료.

변경 사항

  • src/api/renewal.ts: runRenewalExecution
  • RenewalExecutionModal: 요청 입력 → 실행 → 결과(outcome/task 상태/생성 문서/근로자 안내초안) 표시
  • missing_slotsrequested_fields[].source_hint === 'USER_INPUT'인 필드만 HR이 답변해서 재실행 가능 — OCR 등 비HR 필드는 안내만 하고 재실행 막음 (서버가 422로 거부하는 필드)
  • CaseDetailPage 더보기 메뉴에 RECONTRACT/EMPLOYMENT_PERIOD_EXTENSION/STAY_PERIOD_EXTENSION 업무에서만 "Renewal 실행" 노출
  • 실행 후 task/documents/activities/readiness 재조회

검증

  • tsc -b 통과
  • lint 0 errors
  • CaseDetailPage 테스트 41개, RenewalExecutionModal 테스트 3개 통과
  • 전체 테스트 441개 통과
  • build 통과

이슈 #311. server#131/ai#31이 병합되면 renewal-executions
트리거·결과 표시 UI 구현 예정.
@BcKmini BcKmini self-assigned this Aug 11, 2026
@BcKmini BcKmini added area:task-board 업무카드 보드 화면 type:feature 사용자 기능 개발 priority:P2 일정에 따라 미룰 수 있는 작업 status:blocked 선행 작업·디자인 확정 대기 labels Aug 11, 2026
@hywznn
hywznn marked this pull request as ready for review August 12, 2026 00:17
@hywznn
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
@BcKmini BcKmini added status:in-review 구현을 마치고 리뷰·병합 대기 and removed status:blocked 선행 작업·디자인 확정 대기 labels Aug 12, 2026
@BcKmini BcKmini changed the title [Feature] Renewal 실행 결과 client 연동 (server#131 대기) [Feature] Renewal Agent 실행 client 연동 Aug 12, 2026
@BcKmini
BcKmini merged commit c7cf8c1 into main Aug 12, 2026
1 check passed
@BcKmini
BcKmini deleted the feat/311-renewal-execution-client branch August 12, 2026 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:task-board 업무카드 보드 화면 priority:P2 일정에 따라 미룰 수 있는 작업 status:in-review 구현을 마치고 리뷰·병합 대기 type:feature 사용자 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Renewal(재계약·연장) 실행 결과 client 연동

2 participants