- `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>
1.9 KiB
1.9 KiB
type, status, page_id, related_pages, last_updated, source
| type | status | page_id | related_pages | last_updated | source | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| page-db | stable | B06_Section |
|
2026-08-22 |
|
B06_Section — DB 사용 관계
테이블 정의는 db_schema/route_profile에서 1차 관리한다.
| 항목 | 위치 | 역할 |
|---|---|---|
longitudinal_sections |
B06_Section_Repository.py:34 |
route별 종단 chainage·표고·경사·설계값 저장 |
cross_sections |
B06_Section_Repository.py:67 |
측점별 좌우 표고·폭·절성토 데이터 저장 |
Repository 함수
| 항목 | 위치 | 역할 |
|---|---|---|
_validate_stage_path() |
B06_Section_Repository.py:18 |
WF3 상대경로 이탈 방지 |
delete_sections_for_route() |
B06_Section_Repository.py:27 |
재생성 전 기존 종횡단 삭제 (B05 solve 시 트랜잭션 내에서 사용) |
create_longitudinal_section() |
B06_Section_Repository.py:34 |
종단면 레코드 생성 (B05 solve 시 트랜잭션 내에서 사용) |
insert_cross_sections() |
B06_Section_Repository.py:67 |
횡단면 일괄 저장 (B05 solve 시 트랜잭션 내에서 사용) |
get_longitudinal_section() |
B06_Section_Repository.py:109 |
종단·횡단 결과 조회 |
confirm_sections_for_route() |
B06_Section_Repository.py:135 |
route 종횡단 상태 확정 |
파일 경로
| 항목 | 역할 |
|---|---|
longitudinal_file_path |
B06_Section/longitudinal/ 산출물 상대경로 |
cross_section_file_path |
B06_Section/cross_sections/ 산출물 상대경로 |
data.design.basin_adjust |
측점별 집수정 내공 폭·높이와 좌우·상하 조정값 영구저장 |
상세 저장 규칙: storage_paths.