This screen aggregates findings from all audits in one filterable list at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/gr/audits/findings.
Overview
The Audit Findings page loads all findings across all audits usinguseAuditFindingList. Five stat cards show: Total, Open (clickable to filter), In Remediation, Resolved, and Overdue. Users can search by description or category and filter by status and severity using dropdown selects. Findings are listed with status badge (AuditFindingStatusBadge), severity badge (AuditSeverityBadge), due date, and overdue indication. Clicking a finding navigates to its associated audit detail or finding record.
Who it’s for
No explicit permission gate on this route. Any authenticated user with access to the GR module can view findings.Before you start
- Audits with logged findings must exist.
- The URL supports a
?status=<value>query parameter to pre-filter on page load.
Steps
Filter findings
Use the search box to find findings by description or category. Use the Status and Severity dropdowns to narrow results. Click the Open stat card to quick-filter to open findings.
Key concepts
- Open — finding status
open; typically requires action. - In Remediation — finding status
in_remediation; corrective action is underway. - Resolved — finding status
resolved; no further action required. - Overdue — finding has a
due_datebefore today and status is notresolvedorclosed.
Related
Governance & Compliance
Governance & Compliance 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/gr.tsx
- src/cores/gr/pages/AuditFindingList.tsx
- src/cores/gr/hooks/useAuditFinding.ts