The Risk Details page shows a single risk record with full lifecycle management. 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/risks/:id.
Overview
The page is rendered byRiskDetail and loads data via useRiskDetail. Four URL-synced tabs are available: overview, assessments, mitigations, links. Status transitions — Mitigate, Resolve, Close — are performed via useRiskMutation. Mitigation items are managed via useRiskMitigationMutation. Linked items (requirements, audits, etc.) are managed via RiskLinkManager. Users with edit access see an Edit button; the route itself has no permission gate in gr.tsx.
Displayed fields include: title, category, rating badge, status badge, owner, site, dates, and description.
Who it’s for
No explicit permission gate on this route.Before you start
- Navigate from the Risk Register at
/gr/risks. - A risk record must exist for the given ID.
Steps
- Go to Governance & Compliance → Risks and select a risk.
- Review the Overview tab for category, rating, status, owner, and description.
- Open the Assessments tab to view or add risk assessments.
- Open the Mitigations tab to view or add mitigation actions and mark them complete.
- Open the Links tab to view linked requirements, audits, or other items.
- Use the Mitigate, Resolve, or Close buttons to transition risk status.
- Select Edit to update risk details.
Key concepts
| Concept | Description |
|---|---|
| Rating | low, medium, high, critical — composite of likelihood and impact |
| Status lifecycle | active → mitigated → resolved → closed |
| Mitigation | An action item planned or completed to reduce the risk |
| Risk assessment | A recorded evaluation of likelihood and impact at a point in time |
| Links | Connections to requirements, audits, or other GR records |
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/RiskDetail.tsx
- src/cores/gr/hooks/useRiskDetail.ts
- src/cores/gr/hooks/useRiskMutation.ts