docs: L-2 견적 관리 API 연동 완료 표시 (상세/수정/등록)

- 상세/수정/등록 페이지 API 연동 내용 추가
- 14개 Server Action 사용 정보 보완
- QuoteFormData 변환 함수 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-26 18:23:56 +09:00
parent f5982cd1c1
commit 986cf40011

View File

@@ -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 (승인/반려)