gsxdsm
58a34e9cf0
FN-6631: fix Command Center completion gauges
Fix Command Center completion analytics and add futuristic activity visualizations.
- Compute SDLC completion rate as a triage cohort conversion capped between zero and one.
- Add a radial completion gauge plus a live activity strip with compact throughput sparkline styling.
- Cover the analytics and chart behavior with targeted tests, docs, and a patch changeset.
Files changed:
.changeset/fn-6631-command-center-rate-gauge.md | 5 +
docs/dashboard-guide.md | 4 +-
.../core/src/__tests__/activity-analytics.test.ts | 32 +++++-
packages/core/src/activity-analytics.ts | 23 +++-
.../components/command-center/CommandCenter.css | 128 ++++++++++++++++++++-
.../components/command-center/CommandCenter.tsx | 45 +++++++-
.../app/components/command-center/SdlcFunnel.tsx | 17 ++-
.../__tests__/CommandCenter.test.tsx | 12 +-
.../command-center/__tests__/SdlcFunnel.test.tsx | 2 +
.../command-center/__tests__/charts.test.tsx | 26 ++++-
.../command-center/charts/RadialGauge.tsx | 50 ++++++++
.../components/command-center/charts/charts.css | 83 +++++++++++++
.../vitest.config.ts | 2 +
scripts/lib/test-quarantine.json | 8 +-
14 files changed, 402 insertions(+), 35 deletions(-)
Fusion-Task-Id: FN-6631
Fusion-Task-Lineage: 0d09f18a-5f93-4dc8-8786-889f32eb63e8
2026-06-18 06:25:08 -07:00
..
2026-06-15 14:38:19 -07:00
2026-06-16 22:44:16 -07:00
2026-06-15 21:09:14 -07:00
2026-04-25 09:09:31 -07:00
2026-06-14 15:56:26 -07:00
2026-06-15 02:29:08 -07:00
2026-06-15 02:29:08 -07:00
2026-06-15 02:30:41 -07:00
2026-06-15 02:30:41 -07:00
2026-06-16 15:08:24 -07:00
2026-06-16 17:56:09 -07:00
2026-06-16 19:31:33 -07:00
2026-06-16 18:43:48 -07:00
2026-06-16 19:40:56 -07:00
2026-06-16 19:25:32 -07:00
2026-06-16 19:49:45 -07:00
2026-06-16 20:13:13 -07:00
2026-06-17 02:39:36 -07:00
2026-06-16 22:29:07 -07:00
2026-06-17 03:07:05 -07:00
2026-06-17 02:06:32 -07:00
2026-06-17 03:36:14 -07:00
2026-06-17 01:45:36 -07:00
2026-06-17 04:16:10 -07:00
2026-06-17 04:51:31 -07:00
2026-06-17 06:14:10 -07:00
2026-06-17 14:52:55 -07:00
2026-06-17 14:52:55 -07:00
2026-06-17 14:52:56 -07:00
2026-06-17 16:53:29 -07:00
2026-06-17 17:49:20 -07:00
2026-06-17 18:48:53 -07:00
2026-06-17 18:37:01 -07:00
2026-06-17 19:52:20 -07:00
2026-06-18 01:27:09 -07:00
2026-06-17 21:12:53 -07:00
2026-06-17 19:46:47 -07:00
2026-06-17 20:45:32 -07:00
2026-06-17 21:45:50 -07:00
2026-06-17 22:21:34 -07:00
2026-06-18 00:01:32 -07:00
2026-06-18 02:39:10 -07:00
2026-06-18 03:24:57 -07:00
2026-06-18 04:53:50 -07:00
2026-06-18 06:25:08 -07:00
2026-06-16 22:59:08 -07:00
2026-06-17 14:52:55 -07:00
2026-06-16 21:09:20 -07:00
2026-06-14 13:50:17 -07:00
2026-06-15 21:09:14 -07:00
2026-06-14 19:26:55 -07:00
2026-06-15 20:19:16 -07:00
2026-06-15 19:23:23 -07:00
2026-06-15 20:34:52 -07:00