Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The path /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

1

File a grievance

Navigate to /rh/grievances/new to open the grievance filing wizard. A detail view at /rh/grievances/:id is not yet available.

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.
  • src/routes/rh.tsx
  • src/cores/rh/pages/GrievanceFilingWizardPage.tsx
  • src/cores/rh/components/wizards/grievance-filing/GrievanceFilingWizard.tsx