Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Current Status

Completed
✅ Phase 1 — Project Foundation
✅ Phase 2 — CI / Tests / Quality Gates

Current Phase
🚧 Phase 3 — Download Engine

Completed in this phase
✅ Downloader Abstraction

Remaining work
⬜ yt-dlp Adapter
⬜ Playlist Support
⬜ Progress Reporting

---

## Phase 3 — Download Engine

### Downloader Abstraction
- [x] Downloader interface
- [x] Mock downloader

### yt-dlp Adapter
- [ ] Download single video
- [ ] Return metadata
- [ ] Context cancellation
- [ ] Unit tests
- [ ] golangci-lint passes

### Playlist Support
- [ ] Parse playlists
- [ ] Queue items

### Progress Reporting
- [ ] Progress callbacks
- [ ] Download statistics
Loading