This commit is contained in:
2026-07-15 18:33:33 +09:00
parent 6b1583103f
commit f533082537
201 changed files with 19776 additions and 563 deletions
@@ -0,0 +1,29 @@
---
type: page-db
status: stable
page_id: B08_wf5_Quantity
related_pages: ["[[B08_wf5_Quantity/B08_frontend]]"]
last_updated: 2026-07-12
source: 상위 프로젝트 B08 코드 부재 확인 + DB 개념 문서 대조 (2026-07-12)
---
# B08_wf5_Quantity — DB
현재 B08 코드에는 Repository·라우터·DB 쓰기 구현이 없다. 아래는 프로젝트 DB 설계상 예정된 사용 관계다.
| 항목 | 위치 | 역할 |
|---|---|---|
| `quantity_items` | [[db_schema/structure_output]] | 토공·구조물·포장·배수·녹화·안전시설별 수량과 단가 저장 예정 |
| `quantity_data_path` | [[db_schema/overview]] | B08 수량 산출 파일 상대경로 저장 예정 |
## 구현 대기 항목
| 항목 | 현재 상태 |
|---|---|
| B08 Repository | 파일 없음 |
| B08 Router/API | 파일 없음 |
| Pydantic 스키마 | 파일 없음 |
| 수량 계산 엔진 | 파일 없음 |
| `quantity_items` INSERT/UPDATE | 미구현 |
| WF5 상태 전이 | 미구현 |
저장 폴더 계획: `storage/{company_slug}/{user_slug}/{project_id}/B08_wf5_Quantity/quantities/` → [[storage_paths]].