MATIH Platform is in active MVP development. Documentation reflects current implementation status.
15. Workbench Architecture
Governance Panel

Governance Panel

The Governance Panel at frontend/data-workbench/src/components/GovernancePanel/ provides data governance management including access policies, data classifications, and access request workflows.


Components

GovernancePanel

File: frontend/data-workbench/src/components/GovernancePanel/index.tsx

Main governance interface with:

  • Data classification management (PII, PHI, confidential, public)
  • Access policy definition and enforcement
  • Access request submission and approval
  • Compliance dashboard

ConnectedGovernancePanel

File: frontend/data-workbench/src/components/GovernancePanel/ConnectedGovernancePanel.tsx

Governance panel connected to the GovernanceApiClient for data-driven policy management.

Integration

The governance panel integrates with:

  • GovernanceApiClient for policy CRUD operations
  • Cross-workbench store for entity context
  • Notification service for access request alerts