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
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 Gridclient/src/pages/Dashboard.tsx: Add "IDs Minted Today" cardclient/src/api/types.ts: Addminted_today: numbertoMinterStatisticsBackend
server/app/schemas/minter.py: Addminted_today: inttoMinterStatisticsserver/app/services/minter.py: Inget_statistics(), queryMintingLogfor today's date and sum countsEstimate
1 story point