초기화

This commit is contained in:
AI Assistant
2026-03-12 14:53:20 +09:00
parent 2dab67dcc6
commit b162536254
18 changed files with 0 additions and 1556 deletions

15
TODO.md
View File

@@ -1,15 +0,0 @@
# 전체 작업 진행 점검표
- [x] 1. 프로젝트 폴더 구조 생성
- [x] 2. Dockerfile 및 Unraid XML 템플릿 작성
- [x] 3. Gitea Actions CI/CD 파일 작성 (.gitea/workflows/build-push.yaml)
- [x] 4. SQLite DB 모델 및 초기화 로직 (backend/models)
- [x] 5. Python yt-dlp 워커 스크립트 작성 (worker/downloader.py)
- [x] 6. Go 백엔드 라우팅 및 파일 업로드(Zone B) 구현
- [x] 7. Go - Python 연동 로직 (Zone C 다운로드 실행)
- [x] 8. Google CSE 및 Gemini 2.5 Flash 연동 로직 (Zone A)
- [x] 9. WebSocket 서버 및 진행률 방송 로직
- [x] 10. 프론트엔드 메인 UI 구성 (Tailwind 3-Zone Layout)
- [x] 11. 프론트엔드 JS 통신 로직 및 상태 바 렌더링 연동
- [x] 12. 전체 기능 통합 테스트
- [x] 13. Git Init 및 자동 Push (Gitea)