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 is the main list for managing all audits in the GR module at route /gr/audits.

Overview

The Audit Management page shows a quick-stats area (total audits, and upcoming-audits counts within 30 days). Users can search audits by text and filter by status and audit type via dropdowns. Audits are rendered as AuditCard components in a list; clicking a card navigates to /gr/audits/:id. Creating a new audit requires permission gr.audits.manage and opens AuditFormDialog. A guided tour (auditManagementTour) can be started via the help button. Error states display a sanitized error message via sanitizeErrorMessage.

Who it’s for

No explicit permission gate on viewing this route. Creating a new audit requires permission gr.audits.manage.

Before you start

  • To create an audit, you need the gr.audits.manage permission.
  • Have the audit title, type, scheduled date, and responsible team ready before creating.

Steps

1

Open Audit Management

Navigate to /gr/audits from the Governance & Compliance sidebar.
2

Filter and search

Use the text search and the Status/Type dropdowns to locate audits.
3

Open an audit

Click an audit card to navigate to its detail page.
4

Create a new audit

Click Create Audit to open the creation dialog (requires gr.audits.manage).
5

Start the guided tour

Click the help button to start the audit management guided tour.

Key concepts

  • Upcoming audits — audits with scheduled_date within the next 30 days, shown in the stats area.
  • Guided tour — the auditManagementTour walks through key features of the page.

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/AuditList.tsx
  • src/cores/gr/hooks/useAuditList.ts