]> git.digitality.be Git - pdw25-26/commit
Ajout du module System Notification (Mailer + DB + Repository)
authorSteph Ponzo <ponzo.stephane2@gmail.com>
Mon, 9 Feb 2026 20:13:47 +0000 (21:13 +0100)
committerSteph Ponzo <ponzo.stephane2@gmail.com>
Mon, 9 Feb 2026 20:13:47 +0000 (21:13 +0100)
commit93afeee7ff8b0d849e6b3df2330268c12eb526e2
tree4824af9b81bef1e4b751748f0b57ec051325a369
parent494cb4c95e7981e86c5dc592f1882b764b72d0f8
Ajout du module System Notification (Mailer + DB + Repository)
12 files changed:
system_notification/.gitignore [new file with mode: 0644]
system_notification/config/db.js [new file with mode: 0644]
system_notification/package-lock.json [new file with mode: 0644]
system_notification/package.json [new file with mode: 0644]
system_notification/repositories/MySqlAlertRepository.js [new file with mode: 0644]
system_notification/services/alerts/alertServices.js [new file with mode: 0644]
system_notification/services/channels/discord.js [new file with mode: 0644]
system_notification/services/channels/mailer.js [new file with mode: 0644]
system_notification/services/channels/telegram.js [new file with mode: 0644]
system_notification/services/channels/web.js [new file with mode: 0644]
system_notification/test-connection.js [new file with mode: 0644]
system_notification/test-mailer.js [new file with mode: 0644]