--- type: page-dependencies status: stable page_id: B06_Section related_pages: ["[[B06_Section/B06_frontend]]", "[[B06_Section/B06_backend]]", "[[architecture/project_map]]", "[[architecture/workflow_data_flow]]"] last_updated: 2026-07-19 source: docs/raw/verification/2026-07-19_verify_종횡단_생성_B05_이관.md --- # B06_Section — Dependencies 공유 의존성 정의는 [[dependencies]]에 둔다. | 항목 | 위치 | 역할 | |---|---|---| | aiomysql | `B06_Section_Repository.py:1` | 종횡단 Raw SQL 조회 및 확정 | | Pydantic | `B06_Section_Schema.py:5` | 조회 및 확정 요청/응답 검증 | | FastAPI | `B06_Section_Router.py:1` | sections 조회/확정 API 라우터 | ## 공통 모듈 | 항목 | 위치 | 역할 | |---|---|---| | `common_util_workflow_state` | `B06_Section_Router.py:29` | stage 3 상태 전이 → [[workflow_state]] | | `common_util_storage` | `B06_Section_Repository.py:1` | 프로젝트 상대경로 해석 → [[storage_paths]] | | `ui_template_workflow_layout` | `B06_Section_UI_Page.ts:23` | 공통 workflow 화면 구성 |