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

Description

Shows the full content of a single conversation-starter card, including its topic, question or prompt, and any supporting guidance notes. Provides previous and next navigation so the mentor can move through the deck sequentially during a session without returning to the deck screen.

Feature: Talking Cards Toolbox

talking-card-detail-screen

Sources & reasoning

Source matrix (line 159) marks Snakkekort as NICE priority in Phase 3, confirmed in the Fase 3 action list (line 359). Phase 3 is the third development phase, mapping to v1.1. All five organizations checked it, giving it broad cross-tenant relevance despite the lower priority. Included as could_have because the source explicitly defers it to growth/engagement phase.

Responsibilities

  • Display full card content including topic, prompt, and guidance text
  • Enable sequential card navigation (previous / next)
  • Indicate current card position within its thematic group
  • Render fully offline using locally cached card content

Interfaces

render(cardId: string): void
onNavigate(direction: 'prev' | 'next'): void
getCurrentCardIndex(): number