Bring technical pages up to date with the current platform
- Home: add the Telemetry service (diagram + inventory), Reporting now
Excel + PDF from a governed catalog, frontend is React 19 + TypeScript
on Vite, new key features (alerts/notifications, in-app contextual help).
- Technology: current frontend stack (TS, Vite, TanStack Query, codegen'd
GraphQL documents), replace the retired formatValue sanitization with the
variables-only rule, add all portal screens, document the in-app help
subsystem and its no-raw-HTML rendering.
- Database: geofencing schema additions (circles, alert opt-ins, dwell,
event AccountId/DwellAlertedAt) from the geofencing slice.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Move user documentation into the app (spec 26 contextual help)
The user-guide/ tree is retired: user docs now live in the frontend repo
(TrackHub/public/help/) and ship with each portal release, reachable via
the in-app Help button / F1. Add a flat User-Guide page pointing there and
trim the Home index to technical pages. Home.md also carries the pending
Geofencing service-row update (circles, visit events, dwell evaluator).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>