The Remediation Tracker page lists compliance remediation items and provides filtering, status updates, and resolution workflows. It is located 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/compliance/remediation.
Overview
The page is rendered byRemediationTracker and fetches items via useComplianceRemediationList. Filters include status (open, in_progress, resolved, closed), a search term (deferred), and an overdue toggle. A detail dialog opens on row selection. Resolve and close actions are performed via useComplianceRemediationMutation. The route supports a ?status=overdue query param to pre-filter to overdue items (e.g., from a dashboard link). No permission gate is declared on this route in gr.tsx.
Who it’s for
No explicit permission gate on this route.Before you start
- Remediation items are typically created from compliance requirement findings or audit findings.
- Navigate from the Compliance section or from a deep-link with
?status=overdue.
Steps
- Go to Governance & Compliance → Compliance → Remediation at
/gr/compliance/remediation. - Use the status filter to narrow to open, in-progress, resolved, or closed items.
- Toggle Show overdue only to surface past-due items.
- Use the search bar to find a specific remediation by keyword.
- Select a remediation card to open the detail dialog.
- Use Resolve or Close actions within the dialog to update status.
Key concepts
| Concept | Description |
|---|---|
| Status lifecycle | open → in_progress → resolved → closed |
| Overdue flag | Items whose due date has passed and are not yet resolved |
?status=overdue | URL param that pre-filters the view to overdue items |
Related
Governance & Compliance
Governance & Compliance core overview.
Governance & parity
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/RemediationTracker.tsx
- src/cores/gr/hooks/useComplianceRemediation.ts
- src/cores/gr/components/RemediationCard.tsx