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/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/alumni and use the Add Alumni button to create a new alumni record. A dedicated /rh/alumni/new route is not available.

Steps

1

Navigate to the Alumni list

Go to /rh/alumni. The alumni directory for your organization is displayed.
2

Open the Add Alumni dialog

Click Add Alumni in the page header. The alumni creation dialog opens.
3

Complete and save the form

Fill in the alumni record details and submit the form. The dialog closes on success and the alumni list refreshes.

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/AlumniPage.tsx
  • src/cores/rh/components/forms/AlumniDialog.tsx