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.

This screen displays the full record of a single audit at route /gr/audits/:id.

Overview

The Audit Detail page shows the audit title, status badge, type badge, and severity badge in the header, plus action buttons (Start Audit, Complete Audit, Edit, Add Finding). It renders five tabs: Overview (audit metadata), Checklist (audit checklist items via useAuditChecklist), Findings (findings via useFindingsByAudit), Team (team members via useAuditTeam), and Evidence (evidence documents via useAuditEvidence). Start and Complete Audit actions call the respective mutations (startAudit, completeAudit) and update the audit status.

Who it’s for

No explicit permission gate on this route. Creating audits requires gr.audits.manage; managing the audit’s state is available to any user who can view it.

Before you start

  • You must have the audit id from the Audit Management list (/gr/audits).
  • To start or complete an audit, the audit must be in the appropriate status.

Steps

1

Open an audit

From /gr/audits, click an audit card to navigate to /gr/audits/:id.
2

Review the Overview tab

Check audit type, severity, scheduled date, and responsible team in the overview.
3

Work through the Checklist tab

Review checklist items and update their status as the audit progresses.
4

Add or review Findings

Open the Findings tab to see existing findings or click Add Finding to log a new one via AuditFindingFormDialog.
5

Manage the Team tab

Review assigned team members in the Team tab.
6

Review Evidence

Open the Evidence tab to see documents linked to this audit.
7

Start or Complete the audit

Click Start Audit to change status to in-progress, or Complete Audit when all checklist items are done.

Key concepts

  • Audit status — drives which action buttons are shown (Start vs. Complete).
  • Corrective actions — findings with unresolved status feed the Corrective Actions list at /gr/audits/corrective-actions.

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.
  • src/routes/gr.tsx
  • src/cores/gr/pages/AuditDetail.tsx
  • src/cores/gr/hooks/useAuditDetail.ts
  • src/cores/gr/hooks/useAuditMutation.ts