Bufdir Export Store
Component Detail
Data Layer
medium complexity
backend
0
Dependencies
1
Dependents
2
Entities
0
Integrations
Description
Data access layer for persisting and retrieving Bufdir export records, including export metadata, file references, and audit trail. Tracks which exports have been generated, by whom, and for which reporting periods.
bufdir-export-store
Responsibilities
- Persist export metadata and file references
- Retrieve export history for an organization
- Store audit log entries for compliance tracking
Interfaces
saveExport(exportRecord)
getExportsByOrganization(organizationId)
getExportById(exportId)
getExportFile(exportId)
logExportAction(userId, exportId, timestamp, period)
Relationships
Related Data Entities (2)
Data entities managed by this component