Report Stats Cards
Component Detail
User Interface
low complexity
Shared Component
frontend
0
Dependencies
1
Dependents
0
Entities
0
Integrations
Description
Row of summary stat cards displayed at the top of the Team Reports page showing key aggregate metrics for the filtered data set. Cards are non-interactive summary displays updated reactively when filters change.
report-stats-cards
Responsibilities
- Display total peer mentors active in filtered period
- Display total registered activity hours across all mentors
- Display total unique contacts reached in filtered period
- Display total activity count broken down by type
Interfaces
ReportSummaryStats: { activeMentors: number, totalHours: number, totalContacts: number, activityBreakdown: Record<string, number> }