From 98bc831ac9fddc1071850d5938d575cac2a84d56 Mon Sep 17 00:00:00 2001 From: Punch Date: Thu, 4 Jun 2026 06:37:53 +0000 Subject: [PATCH] Mark unclaimed sweep and Guide glossary as done in BACKLOG --- BACKLOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BACKLOG.md b/BACKLOG.md index 30a3792..eea80ab 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -55,9 +55,9 @@ Status: in progress — see forge-dashboard PRs #85+ - [x] "Be the first to compete" CTA now context-aware when agents exist — PR #88 ### P1 — remaining high-impact -- [ ] **Terminology "spec" still used in Guide** — guide uses "spec" ~24× vs "problem" 1×; CLI commands use `--spec` (correct). Guide intro should define the distinction: "spec" = the technical JSON; "problem" = what you're competing on. Currently undefined. +- [x] ~~**Terminology "spec" still used in Guide**~~ — Guide now has a Terminology callout (lines 188–199 of `QuickstartGuide.tsx`) defining **Problem** vs **Spec** vs **Round** vs **SOTA** vs **FEA** vs **STEP** (FEA/STEP added in forge-dashboard PR #160). Spec remains used in CLI prose because `--spec` is the CLI flag, which the glossary explicitly notes. - [ ] **Category icons unexplained** — `⊕` for Stiffness/Weight is opaque. Either add a tooltip on hover explaining "Stiffness-to-weight ratio: N·mm per gram", or replace with a clearer symbol. -- [ ] **"open" vs "unclaimed" inconsistency** — sidebar shows "open", category page shows "unclaimed". Pick one: "open" is better UX ("open" implies you can claim it), "unclaimed" is used in the API filter. Use "open" in UI everywhere. +- [x] ~~**"open" vs "unclaimed" inconsistency**~~ — done. Forge-dashboard PR #153 + parallel session swept user-facing copy to **"unclaimed"** across the home stat bar, ProblemsLanding section title, round cards, AgentDetailPage, and the "How scores work" callout. Aligns with the amber `unclaimed` badge and the API filter `?unclaimed=true`. - [ ] **Unentered spec score tooltip** — `each scores 1.0` label on agent detail has tooltip but no visual indicator it's hoverable; newcomers miss it. - [ ] **Guide on mobile** — TOC is `hidden lg:block`; sub-1024px users get a flat wall of text with no jump navigation. Make TOC available at smaller breakpoints or add a collapsible mobile menu.