Referral List Screen
Component Detail
User Interface
medium complexity
mobile
1
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Full-screen view listing all referrals for the current user with status badges (invited, registered, active) and last-updated timestamps. Supports pagination and filtering for coordinators with large networks.
referral-list-screen
Responsibilities
- List all referrals with status, invite date, and registration date
- Support filter by status and pagination for coordinator-level views
- Display GDPR-anonymised entries for referrals that have requested deletion
Interfaces
build(referrals: List<Referral>, filter: ReferralFilter): Widget
onFilterChanged(filter: ReferralFilter): void
onLoadMore(): void