From 585463dd74bad47c1bf1b398c58e956206db19b2 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 19 Apr 2026 15:37:34 +0200 Subject: [PATCH] docs: mark profile/settings partially shipped 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 70e85ab..ac196fa 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -22,7 +22,7 @@ - [ ] Per-exercise history — "show me all my squat sessions" - [ ] Mini-app UI polish (loading states, skeleton screens) - [ ] News section — surface new features/fixes on release. Delivery TBD: Mini App panel, occasional bot broadcast, or both. -- [ ] Profile / settings — per-user preferences (language, units, etc.) +- [~] Profile / settings — infrastructure shipped (JSON-blob `user_settings` table, `GET`/`PUT /api/settings`, new Settings tab). First preference wired: rest timer on/off. Units and language still TBD (each needs end-to-end display/input work). - [x] Rest timer — shows mm:ss since the last set in the current exercise. Client-side state; resets per exercise; survives draft restore. Settings-toggle gate TBD when profile/settings lands. - [ ] Cardio tracking — separate data model (duration, distance, pace) alongside strength workouts - [ ] About section — Mini App panel with pre-alpha / use-at-own-risk disclaimer, version, license link.