User Interface high complexity mobile
0
Dependencies
0
Dependents
3
Entities
0
Integrations

Description

Full-detail screen for an individual decrypted assignment showing sensitive personal information including name, address, and medical summary. Triggers a read receipt write to assignment_read_receipts upon first open. Provides action buttons for accepting, declining, or following up on the assignment.

Feature: Encrypted Assignment Dispatch

assignment-detail-screen

Responsibilities

  • Decrypt and render full assignment payload
  • Write read receipt on first open
  • Display sensitive fields with accessibility warnings
  • Provide assignment action controls

Interfaces

loadAndDecryptAssignment(assignmentId)
recordReadReceipt(assignmentId)
acceptAssignment(assignmentId)
declineAssignment(assignmentId)
requestFollowUp(assignmentId)
showSensitiveFieldWarning(fieldName)
navigateBack()