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 is not registered as a route in src/routes/rh.tsx. The only grievance-related route in the RH router is /rh/grievances/new, which opens the grievance filing wizard.

Overview

The route /rh/grievances has no registered <Route> element in src/routes/rh.tsx. The GrievanceFilingWizardPage (at /rh/grievances/new) calls navigate('/rh/grievances') on completion, but because that path is unregistered, the user will reach the platform’s Not Found page. Grievance data is persisted to the rh_grievances table and optional attachments to the rh-grievance-attachments Supabase storage bucket. A list view at this URL does not currently exist.

Who it’s for

No explicit permission gate on this route (the path is unregistered). The rh_grievances table is associated with RH_PERMISSIONS.GRIEVANCES_VIEW (rh.grievances.view) and RH_PERMISSIONS.GRIEVANCES_CREATE (rh.grievances.create) in the permissions constants, but neither is applied to a list route in the router.

Before you start

  • This route is currently unregistered. Visiting it will result in a Not Found page.

Steps

1

File a new grievance

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

Key concepts

TermCode value
Grievance status (initial)received (set on wizard submission)
Grievance categoriesstaff_conduct, housing_conditions, policy, other

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