eeg_portal/eeg_backend/src/main/resources
Bernhard Müller 04be9a62ea feat(iam): add complete notification system with email and in-app notifications
Backend:
- Generalize MailService with send() method
- Add Notification entity, repository, service, controller
- Add NotificationListener for 6 domain events
- Add password reset flow (forgot-password, reset-password)
- Add configurable frontend URL in application.yml

Frontend:
- Add notification service and bell-icon component
- Add forgot-password and reset-password pages
- Add routes for new pages

Tests:
- Add NotificationServiceTest with 5 unit tests
- All 27 tests passing
2026-07-21 13:38:15 +02:00
..
db/migration first commit 2026-05-22 08:59:13 +02:00
application-ddl.yml first commit 2026-05-22 08:59:13 +02:00
application.yml feat(iam): add complete notification system with email and in-app notifications 2026-07-21 13:38:15 +02:00