User Interface medium complexity mobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations

Description

Mobile screen that presents aggregated team-level activity metrics for all peer mentors within the coordinator's local association. Displays total activities per mentor, activity type distributions, participation rates, and period-over-period trends. Allows coordinators to identify inactive mentors and navigate to individual mentor summaries.

Feature: Coordinator Team Reports

team-report-screen

Sources & reasoning

Line 321 places per-coordinator statistics in Fase 1 (MVP). Line 20 documents NHF's manual Excel aggregation pain that this feature directly replaces. Line 116 shows HLF's follow-up deficit which team reports enable coordinators to address. Blueprint tags this [MVP]; Fase 1 maps to "MVP" by ordinal position.

Responsibilities

  • Render aggregated team metrics in a scrollable, filterable list grouped by peer mentor
  • Display activity type distribution charts and participation rate indicators per mentor
  • Highlight inactive peer mentors based on configurable inactivity thresholds
  • Support period selection (week, month, custom range) and trigger data refresh
  • Navigate to individual mentor summary drill-down without leaving the app

Interfaces

loadTeamReport(associationId: string, period: DateRange): void
filterByMentor(mentorId: string | null): void
navigateToMentorDetail(mentorId: string): void
onPeriodChange(period: DateRange): void

Related Data Entities (1)

Data entities managed by this component