From 498c9e3d75180768ceab20a888c704ed72192e7b 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 00000000000..83ccd261183 --- /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