The Curfew Checks page lists curfew compliance records for the current organization and allows staff to record new checks, accessible atDocumentation 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/curfew-checks.
Overview
The page queries therh_curfew_checks table filtered by organization_id and ordered by check_date descending. The table shows up to 20 records with columns for Date, Curfew Time, Status (badged), and Return Time. Staff can open the CurfewCheckDialog to record a new check.
Who it’s for
No additional permission gate is present on/rh/curfew-checks beyond the outer RH_PERMISSIONS.DASHBOARD_VIEW (rh.dashboard.view) guard.
Before you start
- Your account must hold
rh.dashboard.view. - An organization context must be active; the query is disabled without an
organization_id.
Steps
Open Curfew Checks
Navigate to Recovery Housing → Curfew Checks or go directly to
/rh/curfew-checks. The table loads with the most recent 20 checks.Review existing records
Each row displays the
check_date, curfew_time, compliance_status (green badge for on_time, red badge for any other value), and actual_return_time. Rows are ordered newest first.Key concepts
| Column | Field | Notes |
|---|---|---|
| Date | check_date | Date of the curfew check |
| Curfew Time | curfew_time | Scheduled curfew time |
| Status | compliance_status | on_time renders as default (green) badge; any other value renders as destructive (red) badge |
| Return Time | actual_return_time | Actual recorded return time; displays – if null |
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/CurfewChecksPage.tsx
- src/cores/rh/hooks/useCurfewChecks.ts