260715_0
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
---
|
||||
status: stable
|
||||
page_id: B09_wf6_Estimation
|
||||
related_pages: ["[[B08_wf5_Quantity/B08_frontend]]", "[[db_schema/structure_output]]", "[[storage_paths]]"]
|
||||
last_updated: 2026-07-12
|
||||
---
|
||||
|
||||
# B09_wf6_Estimation — Frontend
|
||||
|
||||
WF6 견적·문서 산출(Excel/PDF/DXF). **워크플로우 셸만 존재, 본문 미구현.**
|
||||
|
||||
## 파일 구조
|
||||
|
||||
| 파일 | 위치 | 역할 |
|
||||
|---|---|---|
|
||||
| `B09_wf6_Estimation_UI_Page.ts` | `B09_wf6_Estimation/B09_wf6_Estimation_UI_Page.ts:1-27` | 워크플로우 셸(헤더+스텝바)만 렌더, 본문은 "준비중" 안내 |
|
||||
|
||||
## 컴포넌트 / 함수
|
||||
|
||||
| 함수 | 위치 | 역할 |
|
||||
|---|---|---|
|
||||
| `renderB09Estimation(root)` | `B09_wf6_Estimation_UI_Page.ts:20` | `renderPendingWorkflow()` 호출(title, steps, activeStep:6) |
|
||||
|
||||
## 로컬라이제이션
|
||||
|
||||
| UI 요소 | 로케일 키 |
|
||||
|---|---|
|
||||
| 페이지 제목 | `B09_Estimation_Title` ("6차 · 견적·문서") |
|
||||
|
||||
## 의존성
|
||||
|
||||
- [[a00_app_shell_framework]] — `renderPendingWorkflow()`, `workflowSteps()` (b_page_scaffold, B04~B09 공용 셸 헬퍼)
|
||||
- [[ui_templates]] — `ui_locales`, `currentLanguageIndex`
|
||||
|
||||
## 백엔드/DB — 미착수
|
||||
|
||||
- 백엔드(Schema/Engine/Repository/Router) 파일 자체가 존재하지 않음
|
||||
- `raw/guidelines/structure.md:177-178`도 B09를 "워크플로우 셸"로만 기술 — 실 코드와 일치
|
||||
- DB는 `outputs`/`output_files` 테이블 예정 → [[db_schema/structure_output]] (사용처에 B09 이미 등록됨)
|
||||
- 산출물 버전 관리(v1/, v2/, ...)는 워크플로우 전체에서 **이 단계에서만** 사용 → [[storage_paths]] (경로패턴 20줄, B09 이미 related_pages 등록됨)
|
||||
|
||||
## 참고
|
||||
|
||||
- B07/B08과 함께 "셸만 존재" 3종 중 하나. 실 코드·raw 문서 모두 미착수로 일관되게 확인됨(모순 없음)
|
||||
- 향후 구현 시 Excel/PDF/DXF 3종 산출물 생성 로직 + `outputs_directory_path`/`output_file_path` 경로 기록 필요
|
||||
Reference in New Issue
Block a user