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/alumni/new is not registered as a route in src/routes/rh.tsx. Alumni record creation is handled through an inline dialog on the /rh/alumni list page, not via a dedicated route.
Overview
The route/rh/alumni/new has no registered <Route> element in src/routes/rh.tsx. Alumni records are created through AlumniDialog (an inline <Dialog>) accessible from the Add Alumni button on the /rh/alumni list page. The dialog renders AlumniForm, which writes to the rh_alumni table. Visiting /rh/alumni/new directly 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/alumni page is protected by the outer RHViewGuard (rh.dashboard.view). The alumni engagement add action on that page is gated on rh.residents.edit.
Before you start
- Navigate to
/rh/alumniand use the Add Alumni button to create a new alumni record. A dedicated/rh/alumni/newroute is not available.
Steps
Navigate to the Alumni list
Go to
/rh/alumni. The alumni directory for your organization is displayed.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/AlumniPage.tsx
- src/cores/rh/components/forms/AlumniDialog.tsx