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>
This commit is contained in:
2026-09-09 18:19:07 +09:00
co-authored by Claude Opus 5
parent d7cb14f416
commit eb30b774f8
527 changed files with 43083 additions and 2 deletions
@@ -0,0 +1,22 @@
---
type: file-backend
status: draft
related_pages: ["[[architecture/project_map]]", "[[architecture/workflow_data_flow]]"]
page_id: B03_FileInput
source_file: "B03_FileInput/B03_FileInput_Router.py"
last_updated: 2026-07-24
---
# B03_FileInput_Router.py
라이다 포인트클라우드(LAS/LAZ), CAD 도면(DXF), 수목/수종 데이터 업로드, 좌표계 감지, 파싱 및 DB 기록을 서빙하는 FastAPI 백엔드 라우터입니다.
## 🛠️ 주요 함수 목록
| 항목 | 위치(상대 경로) | 역할 |
|---|---|---|
| `upload_project_input_file()` | `B03_FileInput/B03_FileInput_Router.py` | `POST /{project_id}/files/upload` 라이다/DXF 업로드 및 파일 시스템 저장 |
| `list_project_input_files()` | `B03_FileInput/B03_FileInput_Router.py` | `GET /{project_id}/files` 프로젝트 업로드 데이터 파일 목록 조회 |
## 🔗 연관 개념 및 의존성
- `B03_FileInput_Repository.py``input_files` DB 기록