User Interface high complexity frontendmobile
0
Dependencies
0
Dependents
2
Entities
0
Integrations

Description

Main screen presenting pending activity registrations scoped to the coordinator's organizational hierarchy. Displays registrations requiring attestation — including travel expense claims above auto-approval thresholds, flagged duplicates, and proxy-submitted entries — ordered by submission date with contextual warning badges. Supports multi-select for bulk operations.

Feature: Coordinator Activity Approval & Correction

activity-approval-queue-screen

Responsibilities

  • Fetch and display pending registrations filtered by coordinator's org scope
  • Surface duplicate warnings and threshold-exceeded flags inline on queue items
  • Enable multi-select for bulk approval actions with confirmation dialog
  • Provide entry point to individual correction or rejection flows

Interfaces

loadQueue(coordinatorId, orgScope)
refreshQueue()
selectItem(activityId)
selectAll()
clearSelection()
openCorrectionModal(activityId)
openRejectDialog(activityId)
triggerBulkApproval(selectedIds)
filterByStatus(status)
filterByType(type)
sortBy(field, direction)

Related Data Entities (2)

Data entities managed by this component