> ## 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.

# Executive Compliance Dashboard

> Executive compliance-posture heatmap across regulatory bodies and categories, with drill-down, tenant-configurable thresholds, and a board-ready PDF report.

# Executive Compliance Dashboard

> Audience: compliance leaders and executives reviewing organization-wide posture.
> Spec: `specs/gr/plans/GR-21-compliance-dashboard-executive-reporting-PLAN.md`.

The Executive Compliance Dashboard rolls up existing governance compliance data —
regulatory-requirement status, audit findings, and remediation/action items — into a single
executive posture view at `/gr/compliance/executive-dashboard`, gated on
`gr.compliance-dashboard.view`. All reporting is aggregate counts only — no PHI or PII.

## Compliance posture heatmap

The centerpiece is a color-coded heatmap of regulatory bodies (rows) × requirement categories
(columns). Clicking a cell drills down to the underlying findings and action items.
Compliant / at-risk / non-compliant banding is tenant-configurable via a thresholds dialog
(`gr.compliance-dashboard.configure`), and posture history is captured daily into an
immutable snapshot table.

<Frame caption="The Executive Compliance Dashboard: a compliance-posture heatmap of regulatory bodies (rows) by requirement categories (columns), with a status legend, snapshot-freshness indicator, and the board-report generator below.">
  <img src="https://mintcdn.com/encoreos/9uGfYOeeHogjmoRk/images/gr/gr-21-executive-dashboard.png?fit=max&auto=format&n=9uGfYOeeHogjmoRk&q=85&s=7cffaf24e45b868aee7ead9f4a8586fe" alt="Executive Compliance Dashboard showing the compliance posture heatmap with Compliant, At risk, and Non-compliant cells across regulatory bodies and requirement categories, plus the board report generator" width="1440" height="900" data-path="images/gr/gr-21-executive-dashboard.png" />
</Frame>

## Board-ready executive report

A one-click generator produces a board-ready report — an executive summary with the overall
compliance score, the embedded heatmap, a posture-trend chart, and top compliance findings —
exportable as a branded, timestamped PDF.

<Frame caption="The generated board-ready report — an executive summary with the overall compliance score, the embedded heatmap, a posture-trend chart, and top compliance findings — with Export to PDF for a branded, timestamped download.">
  <img src="https://mintcdn.com/encoreos/9uGfYOeeHogjmoRk/images/gr/gr-21-executive-report.png?fit=max&auto=format&n=9uGfYOeeHogjmoRk&q=85&s=a4df5e95649cc5919820378d91f8bc5c" alt="Board-ready executive compliance report with overall score, heatmap, posture-trend chart, top findings, and an Export to PDF action" width="1440" height="1561" data-path="images/gr/gr-21-executive-report.png" />
</Frame>

## Related

<Columns cols={2}>
  <Card title="Compliance Dashboard" icon="scale-balanced" href="/gr/compliance-dashboard">
    The operational compliance overview.
  </Card>

  <Card title="Governance & Compliance" icon="clipboard-check" href="/gr/overview">
    Governance module overview.
  </Card>
</Columns>
