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

Metrics Library

The Metrics Library at frontend/bi-workbench/src/components/MetricsLibrary/ provides a curated catalog of business metrics with an approval workflow for metric governance.


Components

MetricsLibrary

File: frontend/bi-workbench/src/components/MetricsLibrary/index.tsx

The main metrics catalog view with search, filtering, and metric detail display. Features include metric browsing by category, usage statistics, and metric creation wizards.

ApprovalWorkflow

File: frontend/bi-workbench/src/components/MetricsLibrary/ApprovalWorkflow.tsx

The approval workflow component for metric governance. New metrics or metric modifications require approval before becoming available in dashboards.

Features:

  • Multi-step approval process
  • Reviewer assignment
  • Approval/rejection with comments
  • Audit trail of approval decisions
  • Integration with notification service for approval notifications