Export Page
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Admin-facing screen that previews a generated Bufdir report and offers controls to commit the export in the required formats. Displays export history with re-download links and shows the signing admin and timestamp for each entry.
export-page
Sources & reasoning
Source explicitly names one-click Bufdir export as a Phase 2 (Core Product) admin-portal deliverable, distinct from report generation. The export action and its archived artifact are operationally distinct from generation.
-
docs/source/likeperson.md · line 29selve Bufdir-eksporten er en admin-funksjon: organisasjonsadministrator kjører eksporten fra Admin Web Portal
-
docs/source/likeperson.md · line 257Bufdir-rapportering og eksport med ett klikk (kun i Admin Web Portal; mobilen bidrar med selve aktivitetsregistreringen)
Responsibilities
- Render preview of the pending Bufdir report before commit
- Provide format selection controls for PDF and structured CSV output
- Trigger the export commit action and surface progress and errors
- List prior exports with timestamp, signing admin, and re-download links
- Confirm admin identity before finalizing the export
Interfaces
renderExportPreview(reportId): void
submitExport(reportId, formats): ExportJobId
listExportHistory(reportId): ExportRecord[]
downloadExport(exportId): FileStream