TalkingCardDetailScreen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Shows the full content of a single talking card, including its topic prompt, suggested conversation starters, and any supporting guidance for the peer mentor. The screen is designed for in-session use, keeping the interface minimal so mentors can focus on the conversation. Content is served from the local cache for offline reliability.
talking-card-detail-screen
Sources & reasoning
All five organizations endorsed Snakkekort in the priority matrix (✓ across the board) with classification NICE and Phase 3. Phase 3 maps to v1.1 by ordinal normalization (third phase = v1.1). The three source references confirm the feature is explicitly named in the roadmap sections for Fase 3, validating inclusion and the v1.1 target release.
-
docs/source/likeperson.md · line 159| Snakkekort | ✓ | ✓ | ✓ | ✓ | ✓ | NICE | 3 |
-
docs/source/likeperson.md · line 359- Snakkekort / Talking Cards Toolbox
-
docs/source/likeperson.md · line 423- Snakkekort / toolbox
Responsibilities
- Display full card content including topic, prompts, and mentor guidance
- Provide a distraction-free reading layout optimized for in-session use
- Serve card content from offline cache when network is unavailable
- Allow navigation back to the card list without losing scroll position
Interfaces
loadCard(cardId: string): Promise<TalkingCard>
onBack(): void