Files
GhiVideo_v4/docs/history/2026-06-30_1545_DefVideo-GhiVideo-업그레이드-문서화.md
T
b23042andClaude Fable 5 d38b842e8d GhiVideo 소스 복제 — v4 작업 시작 기준
기존 GhiVideo 저장소 HEAD의 트래킹 소스 362개 파일을 복제.
(node_modules·storage·빌드 산출물·대용량 미디어는 .gitignore 규칙대로 제외)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 14:32:51 +09:00

1.1 KiB

DefVideo → GhiVideo 업그레이드 문서화

소요 시간: 약 20분 Context 사용량: input ~70k / output ~9k tokens

작업 내용

  • b23042/DefVideo(구버전)와 b23042/GhiVideo(신버전) 소스 트리를 diff -r로 전체 비교
  • 두 저장소는 git 히스토리 분리(공통 커밋 없음) → 워킹 트리 직접 비교로 차이 분석
  • 변경 규모 정량화(파일별 +/− 라인 수, 신규 파일 줄수)
  • 주요 변경 파일 3그룹을 병렬 Explore 에이전트로 상세 분석
    • StationOverlay/Minimap/RoutePanel
    • geoData/geoProjection/chainage/geo타입/geoStore
    • StationBar/Timeline/VideoPlayer/settingsStore/elevation

결론

  • 서버·공유타입은 거의 동일(elevation API 라우트만 신규), 클라이언트는 약 +3,000줄 순증으로 대폭 발전
  • 핵심 3축: ① V2.0 building/ 폴더 CSV 형식 대응 ② 투영 정확도 개선(지오이드/DEM/역투영) ③ 영상 오버레이·편집 UI 고도화

산출물

  • docs/DefVideo→GhiVideo_업그레이드_상세.md (상세 업그레이드 문서)