User Interface low complexity mobile
2
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Displays all caregiver and next-of-kin records linked to a contact. Rendered inline within the contact detail view and provides one-tap tel: links for immediate phone calls. Supports add, edit, and delete actions via a bottom sheet to keep the user in context.

Feature: Caregiver & Next-of-Kin

caregiver-detail-screen

Responsibilities

  • Render reactive list of caregiver records for the current contact
  • Display relationship type, name, phone (as tappable tel: link), and notes per record
  • Launch Caregiver Form Bottom Sheet for add and edit actions
  • Support delete with confirmation for caregiver records

Interfaces

CaregiverDetailScreen(contactId: String)
onAddCaregiver()
onEditCaregiver(caregiver: Caregiver)
onDeleteCaregiver(caregiverId: String)

Relationships

Dependencies (2)

Components this component depends on