The pathDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/rh/grievances/:id is not registered as a route in src/routes/rh.tsx. No grievance detail page component is wired to this path in the current codebase.
Overview
The route/rh/grievances/:id has no registered <Route> element in src/routes/rh.tsx. The only grievance-related route in the RH router is /rh/grievances/new, which launches the GrievanceFilingWizardPage. That wizard writes grievance records to the rh_grievances table and attachments to the rh-grievance-attachments storage bucket, then calls onComplete, which navigates to /rh/grievances — itself also unregistered. Until a detail route and component are added, navigating to /rh/grievances/:id will render the platform’s Not Found page.
Who it’s for
No explicit permission gate on this route (the path is unregistered). The/rh/grievances/new route is protected by RH_PERMISSIONS.GRIEVANCES_CREATE (rh.grievances.create) inside the outer RHViewGuard (rh.dashboard.view).
Before you start
- This route is currently unregistered. Visiting it will result in a Not Found page.
Steps
Related
Recovery Housing
Recovery Housing references and overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/rh.tsx
- src/cores/rh/pages/GrievanceFilingWizardPage.tsx
- src/cores/rh/components/wizards/grievance-filing/GrievanceFilingWizard.tsx