Skip to content

[6.2] Create Component Health Dashboard #79

@adnaan

Description

@adnaan

Description

Add CLI command to show component health metrics.

Depends on: #6.1

Tasks

  • Create lvt evolution components command
  • Show usage count per component
  • Show success rate per component
  • Show common errors per component
  • Highlight components needing attention

Acceptance Criteria

  • Can see which components are problematic
  • Data drives prioritization of fixes
  • Clear visualization of component health

Example Output

Component Health (last 30 days)
───────────────────────────────────────────────
Component   │ Usage │ Success │ Common Errors
────────────┼───────┼─────────┼───────────────
modal       │  847  │  94.2%  │ State sync
toast       │  623  │  98.1%  │ -
dropdown    │  412  │  87.3%  │ Selection
toggle      │  534  │  99.2%  │ -
───────────────────────────────────────────────

⚠️  dropdown needs attention (87.3% success rate)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions