From 3c34b01a468e9878d48526143a53a9e182fa4200 Mon Sep 17 00:00:00 2001 From: kent Date: Fri, 26 Dec 2025 15:41:16 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20H-2=20=EC=9E=AC=EA=B3=A0=20=ED=98=84?= =?UTF-8?q?=ED=99=A9=20Mock=20=E2=86=92=20API=20=EC=97=B0=EB=8F=99=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C=20=EA=B8=B0=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Phase H 테이블: H-2 재고현황 ✅ 완료 상태로 업데이트 - 변경 이력: actions.ts 생성, 목록/상세/통계/옵션 API 연동 - 등록/수정/삭제는 해당없음 (조회 전용 페이지) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- plans/react-mock-to-api-migration-plan.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plans/react-mock-to-api-migration-plan.md b/plans/react-mock-to-api-migration-plan.md index efc331c..7a3891f 100644 --- a/plans/react-mock-to-api-migration-plan.md +++ b/plans/react-mock-to-api-migration-plan.md @@ -221,7 +221,7 @@ ListClient.tsx (클라이언트) | # | 페이지 | React 경로 | 리스트 | 상세 조회 | 등록 | 수정 | 삭제 | 비고 | |---|--------|-----------|--------|----------|------|------|------|------| | H-1 | 입고 관리 | `/material/receiving` | ✅ | ✅ | ✅ | ✅ | ✅ | **2025-12-26 연동 완료** - `actions.ts` 생성, 목록/상세/등록/수정/삭제/통계/옵션 API 연동 | -| H-2 | 재고 현황 | `/material/stock-status` | 🔄 Mock | 🔄 Mock | ⏭️ | ⏭️ | ⏭️ | `mockData.ts`, `StockStatusDetail.tsx:38` | +| H-2 | 재고 현황 | `/material/stock-status` | ✅ | ✅ | ⏭️ | ⏭️ | ⏭️ | **2025-12-26 연동 완료** - `actions.ts` 생성, 목록/상세/통계/옵션 API 연동 | | H-3 | 출하 관리 | `/outbound/shipment` | 🔄 Mock | 🔄 Mock | 🔄 | 🔄 | 🔄 | `mockData.ts`, `ShipmentDetail.tsx:48` | ### 2.9 Phase I: API 연동 및 UI 완성도 개선 @@ -1032,6 +1032,7 @@ export function transformFrontendToApi(data: Record): Record