diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 13:59:08 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 13:59:08 +0200 |
| commit | 1da94931188c35c06dd032aadce2799fc13db1dd (patch) | |
| tree | 1298220b6ff67cb30178630e13c7f11a64265569 /README.md | |
| parent | d4e4616ba49f3a18a52e3197e1c77639a93b0330 (diff) | |
feat: Add Strava import progress
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,6 +16,7 @@ A Go toolkit for analyzing cycling rides from GPX exports: parse rides, detect c - **Strava stream metrics** — preserves heart rate, cadence, and power in Garmin-compatible GPX files and in-memory ride columns - **Ride table sorting** — sorts every ride-library column through clickable server-side headers and query parameters - **Ride detail maps** — opens a stored ride with its recorded route on an interactive OpenStreetMap map +- **Strava import progress** — streams live import progress with an aggregate progress bar and prevents overlapping syncs ## Getting started @@ -142,8 +143,7 @@ mise run build - Cotacol with a different step size - Cotacol with a variable step size (constant slope is the best?) - Road quality (Arbois = 2/5, Roquefavour = 4/5) -- Display rides + passes on map -- Strava import progress +- Display passes on map Workflow: - Detect climbs in ride (already exists) |