eeg_portal/eeg_frontend/src/app/layout/dashboard-layout
Bernhard Müller a651ec946c feat(community): add metering data upload UI with preview and validation
- Add frontend upload page with file selection, drag-and-drop, and preview
- Add preview endpoint (POST /api/community/metering-data/preview/xlsx)
- Validate FEED_IN only for PRODUCER, CONSUMPTION only for CONSUMER metering points
- Optimize deduplication with bulk query (fix N+1 problem)
- Eliminate duplicate DB query in validateRecords
- Add 4 new tests for data type validation
- Add navigation entry for admin users
2026-07-23 07:07:52 +02:00
..
dashboard-layout.html feat(frontend): wire notification component into dashboard header 2026-07-22 07:42:36 +02:00
dashboard-layout.scss generalized dashboard for member and admin 2026-07-05 10:49:46 +02:00
dashboard-layout.spec.ts test(dashboard,frontend): add DashboardControllerTest, fix broken spec files and add login tests 2026-07-22 08:39:58 +02:00
dashboard-layout.ts feat(frontend): wire notification component into dashboard header 2026-07-22 07:42:36 +02:00
dashboard-nav-items.ts feat(community): add metering data upload UI with preview and validation 2026-07-23 07:07:52 +02:00