Files
Aislo/docs/wiki/pages/B09_Estimation/B09_frontend.md
T
eomsangdonandClaude Opus 5 eb30b774f8 chore(docs): docs 폴더 git 추적 전환 · PLAN·OWNERS 최상위 이관
- `docs/` 를 .gitignore 에서 빼 git 추적 대상으로 전환 (위키·완료 이력·검증 기록)
- `docs/raw/PLAN.md` · `docs/raw/OWNERS.md` 를 저장소 최상위로 이동 후 .gitignore 에 등록
  — 창끼리 공유하되 저장소에는 안 올리는 장부
- 살아 있는 경로 참조 7개 파일 정정 (아카이브 107건은 그때 사실이라 그대로 둠)
- graphify 날짜별 산출물(`docs/wiki/graphify-out/20*/`) 제외 — `graphify update` 가 다시 만듦

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-09 18:19:07 +09:00

51 lines
2.1 KiB
Markdown

---
status: stale
page_id: B09_Estimation
related_pages: ["[[B08_DesignDetail/B08_frontend]]", "[[db_schema/structure_output]]", "[[storage_paths]]", "[[architecture/implementation_status]]", "[[architecture/workflow_data_flow]]"]
last_updated: 2026-09-09
---
# B09_Estimation — Frontend
> 이 문서는 2026-08 셸 구조의 역사 기록이다. 현재 구현은 [[B09_Estimation/B09_overview_2026_09]]를 기준으로 한다.
WF6 견적·문서 산출의 과거 셸 구조.
## 파일 구조
| 파일 | 위치 | 역할 |
|---|---|---|
| `B09_Estimation_UI_Page.ts` | `B09_Estimation/B09_Estimation_UI_Page.ts` | 워크플로우 셸만 렌더, 본문은 준비 중 안내 |
## 컴포넌트 / 함수
| 함수 | 위치 | 역할 |
|---|---|---|
| `renderB09Estimation(root)` | `B09_Estimation/B09_Estimation_UI_Page.ts` | `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` 경로 기록 필요
- 하위 컴포넌트: [[B09_Estimation/frontend/B09_Estimation_UI_Page|B09_Estimation_UI_Page]]