Skip to content

Add commit attestation chart to StatsCard #12

@cyberstorm-nisto

Description

@cyberstorm-nisto

Goal

StatsCard currently shows identity registrations only. Add commit/contribution attestations.

Current

  • Queries Identity Schema for registration count + history
  • Shows time-series chart of registrations

Needed

  • Query Contribution Schema (0x7425c71616d2959f30296d8e013a8fd23320145b1dfda0718ab0a692087f8782)
  • Show:
    • Total commit attestations
    • Time-series chart (separate line or combined)
    • Maybe: commits per identity (leaderboard?)

Implementation

  1. Add CONTRIBUTION_SCHEMA_UID to config
  2. Duplicate/extend fetchAttestationHistory for contributions
  3. Add second data series to Recharts
  4. Update StatsCard UI to show both metrics

Depends On

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions