feat: Implement Phase 1C.3: Batch Download Features

This commit is contained in:
2025-09-18 15:11:18 -07:00
parent ea96430ed4
commit b759918ef5
2 changed files with 123 additions and 57 deletions

View File

@@ -327,15 +327,15 @@ garth activities download --from 2024-01-01 --to 2024-01-31
```
**Tasks:**
- [ ] Implement batch download with filtering
- [ ] Add parallel download support
- [ ] Progress bars for multiple downloads
- [x] Implement batch download with filtering
- [x] Add parallel download support
- [x] Progress bars for multiple downloads
- [ ] Resume interrupted downloads
- [ ] Duplicate detection and handling
**Deliverables:**
- [ ] Batch download working
- [ ] Parallel processing implemented
- [x] Batch download working
- [x] Parallel processing implemented
- [ ] Resume capability
---