Page body
What this page shows
Reports / Hub is the landing page for standalone report routes.
It currently exposes one active route:
Change Notification Report
It also shows placeholder cards for reports that are not yet enabled from this hub.
When to use it
- start from a neutral report landing page instead of typing direct URLs
- open the change notification audit workspace
- confirm which report cards are currently active versus disabled
How to read it
The hub is a hardcoded FE card list, not a backend-driven registry.
Change Notification Reportis the only active card and routes to/reports/change-notificationsGaming Activity Report,Financial Report, andCompliance Reportare visible but disabled placeholders- clickability is controlled entirely by the local
report.disabledflag in FE
Known caveats
- Disabled cards are still visible for roadmap awareness, but they do not navigate.
- The real report logic lives on the destination routes, not in this hub page.
Verification status
- status:
verified_fe_only - FE cards, labels, and routing behavior are mapped
- no backend semantics are owned by this hub surface itself