From a684e85c2053696c60917c79c96d9f33fa8fb280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 21 Mar 2026 15:39:29 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20[=EA=B3=B5=EC=A0=95=EA=B4=80=EB=A6=AC]?= =?UTF-8?q?=20React=20UI=20=ED=8A=B8=EB=A6=AC=20=EA=B5=AC=EC=A1=B0=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C=20=EB=82=B4=EC=97=AD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20260321_process_parent_id_tree.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changes/20260321_process_parent_id_tree.md b/changes/20260321_process_parent_id_tree.md index 1d05057..d0eb680 100644 --- a/changes/20260321_process_parent_id_tree.md +++ b/changes/20260321_process_parent_id_tree.md @@ -40,7 +40,10 @@ | 파일 | 변경 내용 | |------|----------| | `src/types/process.ts` | `parentId`, `children` 타입 추가, `processGroup` 제거 | -| `src/components/process-management/actions.ts` | API 변환에 parent_id/children 매핑 | +| `src/components/process-management/actions.ts` | API 변환에 parent_id/children 매핑, `getRootProcessOptions` 추가 | +| `src/components/process-management/ProcessListClient.tsx` | 트리 형태 목록 (접기/펼치기, 자식 들여쓰기, 자식 수 배지) | +| `src/components/process-management/ProcessForm.tsx` | "부모 공정" Select 필드 (루트 공정 드롭다운) | +| `src/components/process-management/ProcessDetail.tsx` | 부모 공정 링크 표시 + 하위 공정 섹션 | | `src/components/production/WorkerScreen/index.tsx` | `groupedTabs`를 parent_id 기반으로 전환 | ### MNG