remsfal / remsfal-backend

Apache License 2.0
3 stars 15 forks source link

Konzeption und Implementierung eines konfigurierbaren Benachrichtigungsmechanismus für unterschiedliche Kommunikationskanäle #89

Open mzudse opened 2 months ago

mzudse commented 2 months ago

The NotificationController contains no logic right now.

https://github.com/remsfal/remsfal-backend/blob/main/remsfal-service/src/main/java/de/remsfal/service/control/NotificationController.java

https://quarkus.io/guides/mailer

astanik commented 1 month ago

https://github.com/remsfal/remsfal-backend/blob/8631892d64abbc405a272e3152b144f220ee259c/remsfal-service/src/main/java/de/remsfal/service/control/NotificationController.java#L15

The notification logic should be implemented in a separate module, e.g. "remsfal-notification", because this bounded context is pedistinier to become an independent microservice in the future.