Skip to content

Dashboard: move System Info to top, add minting counts #33

@smagala

Description

@smagala

Epic: #31

Description

Move the System Information panel to the top of the Dashboard grid (above Shoulder Allocation section). Add an "IDs Minted Today" card to the ID Minting section.

Changes

Frontend

  • client/src/pages/Dashboard.tsx: Move System Information Paper block to first item in Grid
  • client/src/pages/Dashboard.tsx: Add "IDs Minted Today" card
  • client/src/api/types.ts: Add minted_today: number to MinterStatistics

Backend

  • server/app/schemas/minter.py: Add minted_today: int to MinterStatistics
  • server/app/services/minter.py: In get_statistics(), query MintingLog for today's date and sum counts

Estimate

1 story point

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions