Logo
NeoArc Studio

Governance Reports Dashboard

Automated governance reports analyse workspace health across API coverage, schema integrity, lineage completeness, deprecation impact, model health, governance compliance, and documentation completeness.

The governance reports dashboard analyses your entire workspace using the Architectural Intent Graph. Reports surface coverage gaps, broken lineage, orphan elements, schema health issues, governance compliance, unresolved foreign keys, unresolved derived properties, and documentation completeness across all architectural artefacts. Reports run against live workspace data and update as you work.

API and Data Reports

Analyse the relationship between your APIs, schemas, and underlying data stores.

API-to-Database Coverage
Maps schema fields to database columns via lineage edges. Visualises coverage with radial bars per schema, horizontal bars per endpoint, and a heatmap of APIs against tables. Highlights unmapped fields that lack traceability.
Broken Lineage
Validates every lineage entry in your schemas against the Intent Graph. Detects missing source nodes (error severity) and missing properties or columns (warning severity). Grouped by schema with direct file navigation.
Orphan Database Elements
Identifies ERD columns and graph node properties with zero incoming lineage edges. Fully orphaned tables or nodes (where every element is unmapped) are highlighted separately.
API Completeness
Scores each endpoint against a completeness rubric: request schema, response schema, error responses, description, operation ID, tags, security, and servers. Per-API radial bars show overall completeness.

Schema and Cross-API Reports

Detect structural issues in schemas and inconsistencies across API boundaries.

Schema Health
Detects orphan schemas (zero incoming edges), circular inheritance chains, deep inheritance exceeding five levels, and missing schema references. Issues grouped by type with direct navigation to affected files.
Cross-API Analysis
Identifies schemas shared across multiple APIs, overlapping endpoints with the same method and path in different APIs, and naming convention inconsistencies (mixed casing styles). Heatmap visualisation of shared dependencies.

Governance and Compliance Reports

Verify that governance rules are met and architectural documentation is complete.

Governance Compliance
Evaluates enabled governance rules against entity blocks. For each rule, counts compliant and non-compliant blocks with weighted average compliance. Non-compliant blocks listed with page paths for navigation.
Governance Coverage
The inverse of compliance: identifies architectural nodes that are missing required governance documentation. Answers which diagrams, schemas, or endpoints lack the governance artefacts mandated by your rules.
Unlinked Entity Blocks
Finds entity blocks with zero outgoing governs edges. These blocks exist but do not govern any architectural node, reducing their value as governance documentation.
Change Risk
Analyses transitions and their impact to assess risk of architectural changes. Calculates risk scores based on affected resources, edge types, and blast radius. Groups issues by severity.

Lifecycle and Model Health Reports

Monitor entity lifecycle states, deprecation impact, and overall model quality.

Deprecation Impact
Finds active entities that reference deprecated entities, schemas mapping to deprecated sources, and governance blocks governing deprecated targets. Each issue with a replacement shows a Repoint action to migrate references.
Safe to Delete
For each deprecated entity, determines whether it can be safely removed. Verdicts: safe (zero active references), safe-cascade (only deprecated sources reference it), or not-safe (has active inbound references).
Model Health
Overview of all model entities across lifecycle statuses. Tracks deprecated entities without replacements, planned entities without derivations, and entities orphaned from all artefacts (schemas, views, pages).
Model Coverage
Entity coverage analysis showing which model entities are represented in views, schemas, and documentation. Coverage bars per entity group highlight gaps in architectural documentation.

Data Model Quality Reports

Validate relationships and derivation sources within the data model.

Unresolved Foreign Keys
Identifies properties marked as foreign keys that have no resolved target entity, and properties whose names suggest they are foreign keys (ending in Id, _id, etc.) but are not marked as such. Each issue links to the entity in the model editor for resolution.
Unresolved Derived Properties
Finds derived and computed-on-read properties that have no source paths defined. These properties declare a derivation mode but lack the traversal paths that specify where their values come from. Each issue links to the entity in the model editor where source paths can be added.

Documentation Report

Analyse the completeness of documentation across pages and content.

Documentation Completeness
Analyses pages for missing summaries, empty content, orphaned pages with no navigation path, and pages without any visual or structured content blocks. Highlights documentation gaps that reduce discoverability and governance value.

Summary Dashboard

MetricDescription
API CoveragePercentage of schema fields with lineage to database columns or graph properties
Schema HealthCount of structural issues: orphans, circular inheritance, missing references
Lineage IntegrityPercentage of lineage entries that resolve to valid Intent Graph nodes
Governance ComplianceWeighted average compliance across all enabled governance rules
Model HealthDistribution of entities across active, planned, and deprecated states
Deprecation RiskCount of active resources still referencing deprecated entities