Team Reports Screen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Mobile screen that shows coordinators an overview of their team's peer-mentor activity. Displays totals, recent activity, distribution by contact and activity type, and trends across selectable time ranges, scoped to the coordinator's organization.
team-reports-screen
Sources & reasoning
§5 MVP scope names 'enkel statistikkvisning per likeperson og per koordinator' as Phase 1, and the Coordinator role in §4 is explicitly responsible for overseeing peer mentors from the mobile app - making a team-scoped stats view the natural mobile counterpart to the personal view, distinct from admin-portal Team Reports.
-
docs/source/likeperson.md · line 240Enkel statistikkvisning per likeperson og per koordinator
-
docs/source/likeperson.md · line 191Coordinator: Oversees peer mentors within their local association, dispatches assignments, approves expenses, registers on behalf of others. Logs in to the Mobile App only.
-
docs/source/likeperson.md · line 74Oppfølging av likepersoner: 40 % var ikke fornøyd med oppfølgingen i spørreundersøkelse.
Responsibilities
- Render team totals and recent activity feed for the coordinator's mentors
- Provide time range selector (e.g. 7/30/90 days, custom) and refresh controls
- Visualize distribution charts by contact type and activity type
- Highlight active mentors and surface those who have gone quiet
- Handle loading, empty, and error states with offline-friendly caching cues
Interfaces
loadTeamReport(timeRange): TeamReportViewModel
onTimeRangeChange(range): void
onMentorSelected(mentorId): void
refresh(): void