From 14f58b49276d7c97a545bca16f140fcf39d61990 Mon Sep 17 00:00:00 2001 From: "Zimin A.N." Date: Thu, 14 May 2026 17:41:54 +0300 Subject: [PATCH] docs(todos): mark all session TODOs shipped + summary table --- TODOS.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/TODOS.md b/TODOS.md index c296a40..b12ae73 100644 --- a/TODOS.md +++ b/TODOS.md @@ -4,6 +4,19 @@ Design debt and follow-ups surfaced by `/plan-design-review` of the approval workflow UX (2026-05-14). Each entry is self-contained: pick one up and read the **Context** to understand the motivation without re-running the review. +## Session summary 2026-05-14 — all original TODOs closed + +| # | Title | Status | Artifact | +|---|---|---|---| +| 1 | "Мои" tab on /reviews | ✅ shipped | MR !188 (v2.25.1) | +| 2 | Interaction state polish (5 fixes) | ✅ shipped | MR !189 (v2.26.0) | +| 5 | DESIGN.md baseline | ✅ shipped | `DESIGN.md` v0 | +| 6 | A11y audit on staging | ✅ findings captured | 10 issues P0–P3 (fix loop = follow-up polish MR) | +| 7 | Notifications: toast + email + bell | ✅ shipped | MR !190 (v2.26.x) | + +**New follow-up:** TODO 6 punch list → groupy fix MR. ~15 LOC each except touch-target +sweep across TopBar + Sidebar + Tabs components. + --- ## 1. `/reviews` "Мои" tab — maker visibility ✅ SHIPPED MR !188 @@ -17,7 +30,7 @@ record rows reuse ReviewDrawer with status-gated footer. --- -## 2. Interaction state pass — reviews page polish ⏳ MR !189 pending +## 2. Interaction state pass — reviews page polish ✅ SHIPPED MR !189 Closed in [MR !189](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/-/merge_requests/189) — all 5 fixes in one MR: 1. Records empty state — icon + description + audit link @@ -112,7 +125,7 @@ each except touch-target sweep which touches 5+ components. --- -## 7. Notifications service: draft decision toast + email ⏳ MR !190 pending +## 7. Notifications service: draft decision toast + email ✅ SHIPPED MR !190 Closed in [MR !190](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/-/merge_requests/190).