Export History List Widget
Component Detail
User Interface
low complexity
frontendmobile
2
Dependencies
0
Dependents
2
Entities
0
Integrations
Description
Read-only list widget embedded in the Bufdir report screen that surfaces the last N export log entries for the current report. Allows admins to verify prior submissions and identify format, timestamp, and exporting user at a glance.
export-history-list-widget
Responsibilities
- Fetch and display recent export log entries for a given report
- Show exporter name, timestamp, format, and status per row
- Link to full export log page for admins
- Auto-refresh on successful new export
Interfaces
loadExportHistory(reportId: string, limit: number): ExportLogEntry[]
renderLogRow(entry: ExportLogEntry): Widget
onViewAllPressed(): void
Relationships
Dependencies (2)
Components this component depends on
Related Data Entities (2)
Data entities managed by this component