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

Description

Mobile screen where peer mentors view and manage the connections between a primary contact and their registered relatives. Presents the family unit as a navigable list and provides actions to link or unlink relatives.

Feature: Relative Case Linking

case-link-screen

Sources & reasoning

Source line 77 explicitly states relatives must be linked 'til samme sak' (to the same case). Case linking is the structural mechanism that fulfills this requirement and is part of the Pårørende-database Fase 1 MUST scope per the matrix at line 111.

  • Appen mĂĄ støtte registrering av pĂĄrørende (foreldre, søsken, nærmeste omsorgsperson) som egne kontaktsubjekter knyttet til samme sak.
  • PĂĄrørende database | âś“ | - | - | - | âś“ | MUST (Barnekreft) | 1

Responsibilities

  • Display the primary contact alongside all linked relatives in one view
  • Allow navigation from a primary contact to any linked relative and back
  • Provide controls to add a new relative link or remove an existing one
  • Surface validation errors and confirmation prompts for link changes
  • Reflect link updates immediately after Case Link Service operations

Interfaces

renderCaseLinks(caseId): View
onLinkRelative(caseId, relativeId): void
onUnlinkRelative(linkId): void
onNavigateToRelative(relativeId): void

Related Data Entities (1)

Data entities managed by this component