Tags

Tags give the ability to mark specific points in history as being important
  • ux-finalize-complete

    ux-finalize track complete: 12 waves of UX/demo polish landed
  • v1.0.0

    v1.0.0 — SentryGrid frontend rehaul shipped end-to-end
    
    All seven sprints of docs/review/REHAUL_PLAN.md landed across phases A–G.
    Phase G's final read-only audit gate (component quality, a11y/polish,
    design system, UX flow) confirms zero P0 and zero P1 outstanding.
    
    Phase summary:
      A — Sprint 0 cleanups (10 commits)
      B — Sprint 1 cookie-only OIDC + hardening (6 commits)
      C — Sprint 3 primitives + dedup + strict AppRouter (C1, 9 commits)
           + Sprint 5 trust-center artifacts + marketing (C2, 4 commits)
      D — Sprint 4 toast/dialog/tooltip/keyboard/theme/a11y (6 commits)
      E — Sprint 2 functional dead ends (E1, 9 commits)
           + Sprint 6 chart polish (E2, 6 commits)
      F — Sprint 7 entity backend + socket pushes + DB-backed lookups (6 commits)
      G — Audit gate + 9-commit remediation pass + 2 polish fixes
    
    Carry-forward P2 items (accepted, none blocking): pgvector p99 budget
    DB-side tuning, investigations queue bulk-ops UI, annotation retrain
    pipeline orchestration in services/training-pipeline, queue sort default,
    back-nav state preservation, live-panel EntityTimeline buckets wiring.
    Tracked in docs/review/POST_REHAUL_AUDIT.md.
  • v0.6.0

    v0.6.0 — Phase F shipped (Sprint 7 backend wiring)
  • v0.5.0

    v0.5.0 — Phase E shipped (Sprint 2 functional dead ends + Sprint 6 chart polish)
  • v0.4.0

    v0.4.0 — frontend rehaul phases A through D shipped
    
    Phase A (Sprint 0): immediate cleanups — dead duplicates removed, sandbox
    APP_BASE typo fixed, POA&P→POA&M, RulePreview window shadowing, Next.js dev
    indicator suppressed, TS strict restored on web + marketing.
    
    Phase B (Sprint 1): cookie-only OIDC + p99 latency probe + /entities listing
    route + per-route metadata via server-component shells + ComplianceDashboard
    render-time download fix + AuthErrorBridge for 401 routing + --font-sans
    token bridge.
    
    Phase C1 (Sprint 3): canonical primitives — Button, ChipButton, DataTable,
    Icon, StatusDot, StatusPill — plus six dedup migrations, lucide-react
    adoption, strict AppRouter typing end-to-end through shared-types.
    
    Phase C2 (Sprint 5): seven trust-center artifact endpoints (OSCAL SSP /
    component-definition / POA&M, KSI catalog, audit integrity, STRIDE matrix,
    OAuth contact form), /architecture and /posture marketing pages, sitemap +
    robots correctness, marketing copy fixes, login + sandbox polish.
    
    Phase D (Sprint 4): Toast / Dialog / Tooltip / FormField primitives, global
    keyboard shortcut router with help overlay + search palette, ThemeProvider
    with FOUC-safe boot script + ThemeToggle, role=log on live event stream
    with throttled SR announcer, mutation feedback wiring.