Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Risk Details page shows a single risk record with full lifecycle management. It is located at route /gr/risks/:id.

Overview

The page is rendered by RiskDetail 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

  1. Go to Governance & Compliance → Risks and select a risk.
  2. Review the Overview tab for category, rating, status, owner, and description.
  3. Open the Assessments tab to view or add risk assessments.
  4. Open the Mitigations tab to view or add mitigation actions and mark them complete.
  5. Open the Links tab to view linked requirements, audits, or other items.
  6. Use the Mitigate, Resolve, or Close buttons to transition risk status.
  7. Select Edit to update risk details.

Key concepts

ConceptDescription
Ratinglow, medium, high, critical — composite of likelihood and impact
Status lifecycleactivemitigatedresolvedclosed
MitigationAn action item planned or completed to reduce the risk
Risk assessmentA recorded evaluation of likelihood and impact at a point in time
LinksConnections to requirements, audits, or other GR records

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.
  • src/routes/gr.tsx
  • src/cores/gr/pages/RiskDetail.tsx
  • src/cores/gr/hooks/useRiskDetail.ts
  • src/cores/gr/hooks/useRiskMutation.ts