/fm/inspections.
Overview
The Inspections page currently renders anEmptyState component with icon ClipboardCheck, title “Inspections”, and description “Facility inspections will appear here. Create inspection templates and schedule regular inspections.” A New Inspection action button is present but its onClick handler is a no-op (void 0). No data fetching, hooks, or dialogs are wired up. This screen is a placeholder for future implementation.
Who it’s for
Requires permissionfm.inspections.view (inner RequirePermission), plus the outer FMViewGuard requiring fm.dashboard.view.
Before you start
- Hold
fm.inspections.view. - This feature is not yet functional — no inspections can be created or viewed at this time.
Steps
1
Navigate to Inspections
Go to
/fm/inspections via the FM sidebar.2
Note the empty state
The screen shows a placeholder message indicating inspections are not yet implemented.
Related
Facilities & Inventory
Facilities & Inventory core 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/fm.tsx
- src/cores/fm/pages/InspectionsPage.tsx