diff --git a/plans/react-mock-to-api-migration-plan.md b/plans/react-mock-to-api-migration-plan.md index e452d60..7507d91 100644 --- a/plans/react-mock-to-api-migration-plan.md +++ b/plans/react-mock-to-api-migration-plan.md @@ -457,10 +457,14 @@ components/customer-center/ - **⚠️ Backend API 미존재** - 공정 관리 API 구현 필요 **L-2 견적 관리:** ✅ **2025-12-26 완료** -- `quotes/types.ts` - Quote, QuoteItem, QuoteStatus, ProductCategory 타입 정의 -- `quotes/actions.ts` - 전체 CRUD + finalize/cancel/convert/PDF/email/kakao API -- `QuoteManagementClient.tsx` - 목록 페이지 Client Component (API 연동) -- `page.tsx` - Server Component (초기 데이터 조회) +- `quotes/types.ts` - Quote, QuoteItem, QuoteStatus, ProductCategory 타입 정의, QuoteFormData 변환 함수 +- `quotes/actions.ts` - 전체 CRUD + finalize/cancel/convert/PDF/email/kakao API (14개 Server Action) +- `quotes/index.ts` - 모듈 통합 export +- `page.tsx` - 목록 Server Component (SSR 초기 데이터) +- `QuoteManagementClient.tsx` - 목록 Client Component +- `[id]/page.tsx` - 상세 페이지 (getQuoteById, finalizeQuote, convertQuoteToOrder, sendQuoteEmail, sendQuoteKakao) +- `[id]/edit/page.tsx` - 수정 페이지 (getQuoteById, updateQuote) +- `new/page.tsx` - 등록 페이지 (createQuote) **L-3 종합 분석:** - `ComprehensiveAnalysis/index.tsx` - console.log (승인/반려)