gsxdsm
898ac1e85f
FN-6698: back command center signals with incidents
Replace the Command Center signals placeholders with incidents-backed analytics.
- Add core signal aggregation over the incidents table with date filtering, breakdowns, and MTTR handling.
- Expose the signals analytics through the Command Center API and update dashboard areas to consume real data.
- Cover empty, scoped, auth, and rendered signal states with tests and update docs/changeset.
Files changed:
.changeset/command-center-signals.md | 5 +
docs/architecture.md | 1 +
docs/dashboard-guide.md | 6 +-
.../core/src/__tests__/signals-analytics.test.ts | 114 ++++++++++++
packages/core/src/index.ts | 8 +
packages/core/src/signals-analytics.ts | 195 +++++++++++++++++++++
.../components/command-center/CommandCenter.tsx | 49 +-----
.../command-center/areas/EcosystemArea.tsx | 9 +-
.../command-center/areas/ProductivityArea.tsx | 3 +
.../command-center/areas/SignalsArea.tsx | 63 +------
.../register-command-center-routes.auth.test.ts | 1 +
.../register-command-center-routes.test.ts | 54 ++++++
.../src/routes/register-command-center-routes.ts | 23 +++
13 files changed, 431 insertions(+), 100 deletions(-)
Fusion-Task-Id: FN-6698
Fusion-Task-Lineage: 9ce41fb2-9a92-4863-8aa7-ae124294fe09
2026-06-19 06:04:20 -07:00
..
2026-06-19 06:04:20 -07:00
2026-06-19 06:04:20 -07:00
2026-06-15 21:15:28 -07:00
2026-06-18 09:16:32 -07:00
2026-06-16 15:08:24 -07:00
2026-06-17 22:21:34 -07:00
2026-06-16 15:08:24 -07:00
2026-05-12 19:38:39 -07:00
2026-06-16 22:20:49 -07:00
2026-05-16 22:26:42 -07:00
2026-06-04 23:39:07 -07:00
2026-06-16 21:09:20 -07:00
2026-06-04 22:54:49 -07:00
2026-06-18 07:06:00 -07:00
2026-06-05 02:38:38 -07:00
2026-06-05 03:56:29 -07:00
2026-06-15 02:30:41 -07:00
2026-06-05 03:41:54 -07:00
2026-06-18 16:51:56 -07:00
2026-05-19 17:19:02 -07:00
2026-05-14 04:42:32 -07:00
2026-06-09 12:51:20 -07:00
2026-05-11 16:33:16 -07:00
2026-06-10 10:34:36 -07:00
2026-05-20 04:41:04 -07:00
2026-05-16 12:56:31 -07:00
2026-05-18 04:01:51 -07:00
2026-06-18 19:12:58 -07:00
2026-06-10 10:34:36 -07:00
2026-06-01 08:13:36 -07:00
2026-06-18 18:48:05 -07:00
2026-06-16 15:08:24 -07:00
2026-06-15 20:59:57 -07:00
2026-05-18 14:46:20 -07:00
2026-05-18 14:46:20 -07:00
2026-06-15 20:34:52 -07:00
2026-06-15 20:34:52 -07:00
2026-06-17 22:21:34 -07:00
2026-06-17 21:12:53 -07:00
2026-06-17 22:21:34 -07:00
2026-06-16 15:11:09 -07:00
2026-06-16 15:11:09 -07:00
2026-06-16 05:56:11 -07:00
2026-06-18 03:24:57 -07:00
2026-06-18 07:23:02 -07:00
2026-06-09 04:27:53 -07:00
2026-06-13 17:46:11 -07:00
2026-06-08 13:32:58 -07:00
2026-06-16 15:08:24 -07:00
2026-05-16 10:31:44 -07:00
2026-06-09 04:27:53 -07:00
2026-05-17 23:21:34 -07:00
2026-05-11 06:47:43 -07:00
2026-05-11 06:47:43 -07:00
2026-06-16 05:56:11 -07:00
2026-06-19 03:49:56 -07:00
2026-06-15 19:23:23 -07:00
2026-06-02 18:29:53 -07:00
2026-06-04 23:44:39 -07:00
2026-06-17 11:46:31 -07:00
2026-06-17 18:08:55 -07:00
2026-06-09 20:08:18 -07:00
2026-06-15 20:08:38 -07:00
2026-06-13 16:30:28 -07:00
2026-06-03 07:51:38 -07:00
2026-06-19 03:49:56 -07:00