From 32091361898bcd40256e4a9a8ac515c420fe3a79 Mon Sep 17 00:00:00 2001 From: Danny Date: Sat, 18 Apr 2026 22:33:04 +0200 Subject: [PATCH] docs: tick off #7 in ROADMAP Co-Authored-By: Claude Opus 4.7 (1M context) --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index fb94fa8..52647be 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -7,7 +7,7 @@ - [x] **#1** Hide "next exercise" affordance until current exercise has ≥1 set - [x] Version display in Mini App footer — format `YYYY-MM-DD `. Primary path uses `git log`, pure-Python fallback parses `.git/HEAD` + loose commit objects for environments without git on PATH. - [x] ~~Semantic versioning tags — start tagging releases (`v0.1.0`, `v0.2.0`, ...) so the footer shows a human version instead of a SHA.~~ Decided against — keeping `YYYY-MM-DD ` format. -- [ ] **#7** Per-user workout numbering display (global ID stays as real key, just display transform) +- [x] **#7** Per-user workout numbering display (global ID stays as real key, just display transform). `/delete ` now uses the per-user number too. Deleting renumbers later workouts down. ## Soon - [ ] **#2** Superset support in structured editor — backend already supports it; UI needs a "group with previous" toggle or drag-to-group