Export Screen
Component Detail
User Interface
medium complexity
mobile
1
Dependencies
0
Dependents
5
Entities
0
Integrations
Description
Primary screen for triggering Bufdir report exports. Displays the current report period, format options (PDF/CSV/Excel), and a one-click export button. Also shows a scrollable history of previous exports with timestamps, format, and download links.
export-screen
Responsibilities
- Display export format selection (PDF, Excel, CSV)
- Trigger one-click export with confirmation
- Show export history with timestamps and re-download options
- Display export progress indicator during generation
- Enforce role-based visibility (Coordinator and Org Admin only)
Interfaces
renderExportOptions(reportId)
onExportTrigger(format)
renderExportHistory(exports[])
showExportProgress(status)
onRedownload(exportId)
showExportSuccess(downloadUrl)
showExportError(error)
onShareExport(exportId)
Relationships
Related Data Entities (5)
Data entities managed by this component