From d1965c5f948bb41a9a75dd6065e5001d20ff02d6 Mon Sep 17 00:00:00 2001 From: kent Date: Fri, 9 Jan 2026 21:48:44 +0900 Subject: [PATCH] =?UTF-8?q?docs(construction):=20Phase=202.3=20=EB=AC=BC?= =?UTF-8?q?=EB=9F=89=EA=B2=80=ED=86=A0=EA=B4=80=EB=A6=AC=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Frontend/기획 미존재로 물량검토관리 작업 범위에서 제외 - 전체 페이지 수 9개 → 8개로 조정 - 진행률 업데이트: 4/8 (50%) - 다음 작업: Phase 3.1 카테고리관리 Co-Authored-By: Claude --- plans/construction-api-integration-plan.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/plans/construction-api-integration-plan.md b/plans/construction-api-integration-plan.md index dc66c1f..b8bb27e 100644 --- a/plans/construction-api-integration-plan.md +++ b/plans/construction-api-integration-plan.md @@ -1,7 +1,7 @@ # 시공사 페이지 API 연동 계획 > **작성일**: 2026-01-08 -> **목적**: 시공사 9개 페이지 Mock → API 연동 +> **목적**: 시공사 8개 페이지 Mock → API 연동 > **기준 문서**: `docs/standards/api-rules.md`, `docs/guides/swagger-guide.md` > **상태**: 🔄 진행중 @@ -12,8 +12,8 @@ | 항목 | 내용 | |------|------| | **마지막 완료 작업** | Phase 2.2: 구조검토관리 API 연동 완료 ✅ | -| **다음 작업** | Phase 2.3: 물량검토관리 API 연동 | -| **진행률** | 4/9 (44%) | +| **다음 작업** | Phase 3.1: 카테고리관리 API 연동 | +| **진행률** | 4/8 (50%) | | **마지막 업데이트** | 2026-01-09 | --- @@ -53,7 +53,8 @@ curl -I http://react.sam.kr ## 1. 개요 ### 1.1 배경 -시공사 메뉴의 9개 페이지가 현재 모두 Mock 데이터를 사용하고 있으며, 실제 API 연동이 필요함. +시공사 메뉴의 8개 페이지가 현재 모두 Mock 데이터를 사용하고 있으며, 실제 API 연동이 필요함. +(물량검토관리는 Frontend/기획 미존재로 제외) ### 1.2 기준 원칙 ``` @@ -97,7 +98,7 @@ curl -I http://react.sam.kr |---|----------|:----:|----------| | 2.1 | 현장관리 (site-management) | ✅ | [site-management-plan.md](./sub/site-management-plan.md) | | 2.2 | 구조검토관리 (structure-review) | ✅ | [structure-review-plan.md](./sub/structure-review-plan.md) | -| 2.3 | 물량검토관리 (quantity-review) | ⏳ | [quantity-review-plan.md](./sub/quantity-review-plan.md) | +| 2.3 | 물량검토관리 (quantity-review) | ❌ 제외 | Frontend/기획 미존재 | ### 2.3 Phase 3: 기준정보 (Base Info) @@ -127,7 +128,7 @@ curl -I http://react.sam.kr | handover-reports | `/api/construction/handover-reports` | ✅ 완료 | 인수인계보고서 | | sites | `/api/construction/sites` | ✅ 완료 | 현장관리 | | structure-reviews | `/api/construction/structure-reviews` | ✅ 완료 | 구조검토관리 | -| quantity-reviews | `/api/construction/quantity-reviews` | 🟡 중간 | 물량검토관리 | +| quantity-reviews | `/api/construction/quantity-reviews` | ❌ 제외 | 물량검토관리 (Frontend/기획 미존재) | | items | `/api/construction/items` | 🟢 낮음 | 품목관리 | | labor | `/api/construction/labor` | 🟢 낮음 | 노임관리 | @@ -275,7 +276,7 @@ SAM/ ### 7.2 전체 완료 조건 -- [ ] 9개 페이지 모두 API 연동 완료 (1/9) +- [ ] 8개 페이지 모두 API 연동 완료 (4/8) - [ ] Swagger 문서 작성 완료 - [ ] 기본 동작 테스트 통과 - [ ] 코드 리뷰 완료 @@ -411,6 +412,7 @@ write_memory("construction-api-snapshot", "현재까지 진행 상황 요약..." | 2026-01-09 | 1.2 | 인수인계보고서 Frontend API 연동 완료 | react/ | ✅ | | 2026-01-09 | 2.1 | 현장관리 API 연동 완료 (Backend + Frontend) | api/, react/ | ✅ | | 2026-01-09 | 2.2 | 구조검토관리 API 연동 완료 (Backend + Frontend) | api/, react/ | ✅ | +| 2026-01-09 | 2.3 | 물량검토관리 제외 (Frontend/기획 미존재) | docs/ | ✅ | ---