From e1eb680a4ec9647c461a7916ae75bd3c5e6db1bc Mon Sep 17 00:00:00 2001 From: Javier Ferrer Date: Fri, 12 May 2023 10:04:31 +0200 Subject: [PATCH] Changelog --- changelog/unreleased/notifications-framework.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelog/unreleased/notifications-framework.md diff --git a/changelog/unreleased/notifications-framework.md b/changelog/unreleased/notifications-framework.md new file mode 100644 index 0000000000..83ccd26118 --- /dev/null +++ b/changelog/unreleased/notifications-framework.md @@ -0,0 +1,13 @@ +Enhancement: Notifications framework + +Adds a notifications framework to Reva. + +The new notifications service communicates with the rest of +reva using NATS. It provides helper functions to register new +notifications and to send them. + +Notification templates are provided in the configuration files +for each service, and they are registered into the notifications +service on initialization. + +https://github.com/cs3org/reva/pull/3825