Talking Cards Screen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Mobile screen that presents peer mentors with browsable decks of conversation prompt cards organized by theme. Supports filtering, deck selection, and card-by-card navigation during home visits, calls, and group sessions.
talking-cards-screen
Sources & reasoning
The blueprint pins Conversation Tools to a single feature, Talking Cards Toolbox, and the prioritization matrix marks Snakkekort as NICE across all orgs in Fase 3. Section 5 lists it explicitly under Fase 3 - Vekst og engasjement, so target_release maps to the Growth & Engagement phase name.
-
docs/source/likeperson.md · line 109| Snakkekort | ✓ | ✓ | ✓ | ✓ | ✓ | NICE | 3 |
-
docs/source/likeperson.md · line 272- Snakkekort / Talking Cards Toolbox
-
docs/source/likeperson.md · line 365| conversation-tools | Conversation Tools | Talking Cards Toolbox |
-
docs/source/likeperson.md · line 321- Snakkekort / toolbox
Responsibilities
- Render themed card decks in a swipeable, mentor-friendly layout
- Allow filtering and selection of decks by theme and context
- Display individual card content with clear typography for in-session use
- Indicate offline availability and cached deck status
- Track which deck and card are currently in view for session continuity
Interfaces
loadDecks(): Deck[]
selectDeck(deckId): void
showCard(cardId): void
filterByTheme(theme): Deck[]