- `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>
30 lines
1.5 KiB
Markdown
30 lines
1.5 KiB
Markdown
---
|
|
type: page-dependencies
|
|
status: draft
|
|
page_id: B01_Dashboard
|
|
related_pages: ["[[B01_Dashboard/B01_frontend]]", "[[B01_Dashboard/B01_backend]]", "[[architecture/project_map]]", "[[architecture/workflow_data_flow]]"]
|
|
last_updated: 2026-07-12
|
|
source: 상위 프로젝트 B01_Dashboard import 구문 직접 확인 (2026-07-12)
|
|
---
|
|
|
|
# B01_Dashboard — Dependencies
|
|
|
|
외부 라이브러리의 1차 정의는 [[dependencies]]에 둔다.
|
|
|
|
| 항목 | 위치 | 역할 |
|
|
|---|---|---|
|
|
| FastAPI | `B01_Dashboard_Router.py:5` | APIRouter·Depends·HTTPException 제공 |
|
|
| Pydantic | `B01_Dashboard_Schema.py:3` | 요청 모델 타입·범위 검증 |
|
|
| aiomysql | `B01_Dashboard_Repository.py:10` | MariaDB 비동기 Raw SQL 접근 |
|
|
| psutil | `B01_Dashboard_Repository.py:11` | 현재 CPU·메모리 사용률 측정 |
|
|
| `shutil` | `B01_Dashboard_Repository.py:6` | 저장소 디스크 사용량 측정 |
|
|
| TypeScript DOM | `B01_Dashboard_UI_Page.ts:81` | 역할별 대시보드와 이벤트 구성 |
|
|
|
|
## 프로젝트 공통 모듈
|
|
| 항목 | 위치 | 역할 |
|
|
|---|---|---|
|
|
| `common_util_auth` | `B01_Dashboard_Router.py:10` | 세션·SYSTEM_ADMIN 권한 의존성 → [[auth_rbac]] |
|
|
| `config_db.get_db_pool` | `B01_Dashboard_Repository.py:13` | MariaDB 커넥션 풀 획득 |
|
|
| `ui_template_elements` | `B01_Dashboard_UI_Resources.ts:2` | 공통 선형 차트 생성 → [[ui_templates]] |
|
|
| `ui_template_locale` | `B01_Dashboard_UI_Resources.ts:1` | 한·영 UI 문자열 선택 → [[ui_templates]] |
|