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 /gr/risks/new route does not exist in the shipped application. Risk creation is performed via the Risk Assessment wizard at /gr/risks/wizard (or /gr/risks/wizard/:riskId to edit an existing risk), both requiring gr.risks.admin.

Overview

The Risk Assessment wizard lives at /gr/risks/wizard (rendered by RiskAssessmentWizardPage) with 6 steps:
  1. Identification — Describe the risk
  2. Analysis — Likelihood × impact scoring
  3. Owner — Accountability assignment
  4. Current controls — Existing safeguards
  5. Mitigation plan — Strategy and actions
  6. Review — Confirm and submit
Both routes (/gr/risks/wizard and /gr/risks/wizard/:riskId) require gr.risks.admin. The :riskId variant supports editing an existing risk. On submission, createRiskcreateAssessmentcreateMitigation × N are called in blocking order; PF-29 task creation follows as a best-effort operation.

Who it’s for

Requires permission: gr.risks.admin (GR_PERMISSIONS.RISKS_ADMIN). Users without this permission cannot access the wizard.

Before you start

  • Navigate to /gr/risks/wizard (not /gr/risks/new).
  • Have risk description, likelihood/impact scores, owner, existing controls, and mitigation strategy ready.

Steps

1

Open the Risk Assessment wizard

Navigate to /gr/risks/wizard. The 6-step WizardShell loads.
2

Identification — describe the risk

Enter a title and description for the risk.
3

Analysis — score likelihood and impact

Select likelihood and impact values to compute the risk score.
4

Owner — assign accountability

Select the risk owner from available users.
5

Current controls — document existing safeguards

List controls already in place that address this risk.
6

Mitigation plan — define strategy and actions

Choose a mitigation strategy and add specific mitigation actions.
7

Review and submit

Confirm all entries and submit. Records are created in order: risk → assessment → mitigations. Task creation follows.

Key concepts

  • WizardShell — horizontal-layout wizard platform component.
  • useRiskAssessmentWizard — hook managing form state and submission for the risk wizard.
  • gr.risks.admin — the permission required to access either risk wizard route.

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/wizards/risk-assessment/RiskAssessmentWizardPage.tsx
  • src/platform/permissions/constants.ts