gsxdsm
e1dddcbfae
FN-8404: extract dashboard domain route registrars
Move maintenance, AI text assistant, and setup/activity endpoints into focused dashboard route registrars.
- Register the extracted domains in the API mount sequence.
- Preserve route precedence and document registrar responsibilities.
- Add registrar coverage and refresh the modular-route baseline.
Files changed:
packages/dashboard/src/routes.ts | 948 +--------------------
packages/dashboard/src/routes/README.md | 82 +-
.../register-ai-text-assistant-routes.test.ts | 49 ++
.../register-setup-activity-routes.test.ts | 54 ++
.../register-system-maintenance-routes.test.ts | 48 ++
.../src/routes/create-api-routes-mount-sequence.ts | 8 +-
.../routes/register-ai-text-assistant-routes.ts | 327 +++++++
.../src/routes/register-setup-activity-routes.ts | 320 +++++++
.../routes/register-system-maintenance-routes.ts | 320 +++++++
scripts/lib/routes-modular-baseline.json | 2 +-
10 files changed, 1176 insertions(+), 982 deletions(-)
Fusion-Task-Id: FN-8404
Fusion-Task-Lineage: d6b5be1f-e011-47fc-a7f8-5df89893766f
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-20 00:46:14 -07:00
..
2026-07-14 23:18:55 -07:00
2026-07-13 23:00:25 -07:00
2026-07-20 00:18:53 -07:00
2026-06-03 19:12:28 -07:00
2026-07-19 14:08:51 -07:00
2026-07-17 15:46:31 -07:00
2026-07-10 13:26:23 -07:00
2026-07-13 01:21:33 -07:00
2026-06-24 19:25:38 -07:00
2026-07-16 10:33:47 -07:00
2026-06-18 16:47:09 -07:00
2026-07-08 09:00:47 -07:00
2026-06-15 02:30:41 -07:00
2026-07-20 00:46:14 -07:00
2026-06-25 22:41:18 -07:00
2026-07-14 23:18:55 -07:00
2026-06-03 19:12:28 -07:00
2026-07-19 18:59:36 -07:00
2026-06-14 15:29:35 -07:00
2026-06-25 17:04:30 -07:00
2026-06-19 05:13:39 -07:00