gsxdsm
f13aaa1a99
FN-6722: expose resolved GitHub issues
Expose resolved GitHub issue details in Command Center analytics and exports.
- Add resolved issue rows to local GitHub issue analytics with exact-vs-approximate timestamp metadata.
- Render a resolved issues table in the Command Center GitHub area without empty links when issue URLs are missing.
- Include resolved issue details in CSV export, route coverage, dashboard tests, docs, and the release changeset.
- Quarantine the unrelated dashboard dev-server process timer flake observed during workspace verification under the deletion ratchet.
Files changed:
...fn-6722-command-center-resolved-issue-detail.md | 5 +
docs/dashboard-guide.md | 3 +-
.../src/__tests__/github-issue-analytics.test.ts | 109 +++++++++++++++++++--
packages/core/src/github-issue-analytics.ts | 45 ++++++++-
packages/core/src/index.ts | 1 +
.../__tests__/CommandCenter.mobile-scroll.test.tsx | 4 +-
.../__tests__/CommandCenter.test.tsx | 1 +
.../components/command-center/areas/GithubArea.tsx | 67 +++++++++++++
.../command-center/areas/__tests__/areas.test.tsx | 55 +++++++++++
.../register-command-center-routes.test.ts | 61 +++++++++++-
packages/dashboard/src/command-center-csv.ts | 39 +++++++-
packages/dashboard/vitest.config.ts | 7 +-
scripts/lib/test-quarantine.json | 5 +
13 files changed, 382 insertions(+), 20 deletions(-)
Fusion-Task-Id: FN-6722
Fusion-Task-Lineage: 9fcbd8c2-f1bc-4b86-b5f5-593e5fd0e675
2026-06-21 09:00:40 -07:00
..
2026-06-20 23:49:57 -07:00
2026-04-25 09:09:31 -07:00
2026-06-21 03:09:35 -07:00
2026-06-19 16:47:33 -07:00
2026-06-21 13:52:47 +05:30
2026-06-20 20:07:07 -07:00
2026-06-20 22:47:39 -07:00
2026-06-19 20:47:32 -07:00
2026-06-21 03:40:56 -07:00
2026-06-21 00:05:03 -07:00
2026-06-21 03:53:43 -07:00
2026-06-20 09:58:23 -07:00
2026-06-19 20:03:24 -07:00
2026-06-19 19:05:49 -07:00
2026-06-20 12:00:51 -07:00
2026-06-20 19:48:09 -07:00
2026-06-20 12:46:34 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 07:41:44 -07:00
2026-06-19 16:47:33 -07:00
2026-06-21 09:00:40 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:34 -07:00
2026-06-19 22:14:57 -07:00
2026-06-20 08:43:35 -07:00
2026-06-20 05:14:25 -07:00
2026-06-20 08:20:39 -07:00
2026-06-20 02:38:27 -07:00
2026-06-20 02:25:11 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 10:35:40 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 15:42:16 -07:00
2026-06-21 09:00:40 -07:00
2026-06-19 20:59:05 -07:00
2026-06-20 04:40:31 -07:00
2026-06-20 08:13:33 -07:00
2026-06-20 15:11:22 -07:00
2026-06-20 10:21:26 -07:00
2026-06-20 16:33:07 -07:00
2026-06-20 21:32:43 -07:00
2026-06-20 21:23:17 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 00:15:00 -07:00
2026-06-19 16:47:34 -07:00
2026-06-19 21:46:00 -07:00
2026-06-21 02:15:24 -07:00
2026-06-13 12:11:05 -07:00
2026-06-20 18:04:02 -07:00
2026-06-12 01:57:04 -07:00
2026-06-20 17:17:32 -07:00
2026-06-19 16:47:34 -07:00
2026-06-21 03:40:56 -07:00
2026-06-20 00:41:36 -07:00
2026-06-19 17:25:35 -07:00