From 1d3e7d5e80387c40b88c7dfb2e06b94f796c7e13 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 19 Apr 2026 13:57:28 +0200 Subject: [PATCH] docs: tick off global autocomplete 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 52647be..7fda879 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -12,7 +12,7 @@ ## Soon - [ ] **#2** Superset support in structured editor — backend already supports it; UI needs a "group with previous" toggle or drag-to-group - [ ] Exercise name standardization — OHP = shoulder press = military press. Aliases table. -- [ ] Global exercise name suggestions — autocomplete should draw from all users' exercises, not just the current user's history. +- [x] Global exercise name suggestions — autocomplete draws from all users' exercises, ordered by popularity, case-insensitively grouped. - [ ] **#3** Machine-to-muscle mapping — reference dataset + `/machine ` command. Seeded with gym80 IDs. - [ ] Interaction / event logging — structured audit of user actions (command usage, Mini App opens, per-set additions with timestamps). Foundation for the rest-timer and future telemetry. - [ ] Staging via shipyard — new features and fixes must be verified against the shipyard bot (separate Telegram bot) before merging to `main` and triggering the production deploy.