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

Description

Primary coordinator screen displaying a comprehensive list of all peer mentors and members within the coordinator's organizational scope. Renders paginated/lazy-loaded member cards with status indicators, last activity date, and certification validity. Integrates the status filter widget and active peer mentor list widget as composable children.

Feature: Coordinator Member Overview

member-overview-screen

Responsibilities

  • Display paginated list of all members in coordinator scope
  • Compose and host filter and list sub-widgets
  • Show empty/loading/error states
  • Navigate to individual peer mentor detail on tap

Interfaces

build(BuildContext)
onMemberTap(memberId)
onFilterChange(FilterState)
onRefresh()
onLoadMore()