User Interface medium complexity frontend
0
Dependencies
0
Dependents
2
Entities
0
Integrations

Description

Org-admin facing screen for configuring, previewing, and exporting the Bufdir funding report. Presents aggregated counts, category breakdowns, and validation warnings before the admin commits to an export.

Feature: Bufdir Report Generation

bufdir-generator-page

Sources & reasoning

Source explicitly assigns Bufdir report generation to the admin portal as a Phase 2 (Core Product) deliverable, separate from the mobile app's data capture role. Phase 2 maps to the 'Core Product' phase name in the roadmap.

  • Sømløs Bufdir-rapportering ... selve Bufdir-eksporten er en admin-funksjon: organisasjonsadministrator kjører eksporten fra Admin Web Portal.
  • Bufdir-rapportering (eksport i admin)

Responsibilities

  • Render the report configuration form (organization, reporting period, Bufdir variant)
  • Display the aggregated report preview with counts and categorization
  • Surface validation warnings for duplicates and missing contact links
  • Trigger report generation and export actions via the Bufdir Report Service
  • Allow the admin to review and confirm before final export

Interfaces

loadReportPreview(orgId, period): ReportPreview
submitReportConfig(config): ReportPreview
exportReport(reportId, format): ExportResult
dismissWarning(warningId): void

Related Data Entities (2)

Data entities managed by this component