InviteLinkScreen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
The primary screen that allows peer mentors to view, copy, and share their personalized invite link. It surfaces sharing options including native share sheet integration for WhatsApp, SMS, and email, and provides access to the QR code display.
invite-link-screen
Sources & reasoning
Line 117 names vervefunksjonalitet as a unique HLF need. Line 164 of the priority matrix assigns it to Phase 3 with SHOULD priority for HLF only, and Norse Test. Phase 3 maps to v1.1 per the normalization rules. The blueprint area taxonomy (line 473) names Invite Link & QR Sharing as the first feature under referral-program, confirming this is one of the two canonical sub-features of the area.
-
docs/source/likeperson.md · line 117Vervefunksjonalitet for medlemsverving (appen som markedsført medlemsfordel).
-
docs/source/likeperson.md · line 164Verving / Referral (invite-link, rekruttering) | - | - | - | ✓ | ✓ | SHOULD (HLF) | 3
-
docs/source/likeperson.md · line 361Verving / Referral (HLF)
Responsibilities
- Display the peer mentor's unique invite link in a copyable format
- Trigger native share sheet with pre-populated invite link content
- Navigate to QR code display view
- Show referral attribution status and share count feedback
Interfaces
loadInviteLink(mentorId: string): Promise<InviteLink>
onSharePressed(platform: ShareTarget): void
onCopyLinkPressed(): void
onViewQrPressed(): void