User Interface low complexity frontendmobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

A toolbar widget embedded in the coordinator dashboard that triggers CSV export of the currently filtered report data. Column headers are formatted to match coordinator expectations from existing Excel workflows to ease the transition from manual aggregation.

Feature: Coordinator Reports & Dashboards

coordinator-export-action-widget

Responsibilities

  • Trigger CSV export of currently filtered dashboard data
  • Display export progress indicator and success/failure feedback
  • Format export columns to match existing Excel workflow expectations

Interfaces

exportToCSV(filters: FilterSet)
showExportProgress()
onExportComplete(filePath: string)
onExportError(error: Error)