summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-11 13:59:08 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-11 13:59:08 +0200
commit1da94931188c35c06dd032aadce2799fc13db1dd (patch)
tree1298220b6ff67cb30178630e13c7f11a64265569 /README.md
parentd4e4616ba49f3a18a52e3197e1c77639a93b0330 (diff)
feat: Add Strava import progress
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ce83ba..6b7de0a 100644
--- a/README.md
+++ b/README.md
@@ -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)