- Issue created by @siri.singampalli@gmail.com
- 🇩🇪Germany jurgenhaas Gottmadingen
This module is not designed to act on a scheduled basis, and it is not designed to send notifications.
What it does, however, is to create notifications when certain configured events have been dispatched, e.g. a node got updated.
So, if you have a mechanism, that updates your nodes at a scheduled time, then DANSE will create notifications to the relevant users. There are recipient selection plugins available, that decide which users need to be notified per event. What provided by DANSE out-of-the-box is a simple role-based plugin that notifies all users with a given role(s) about all events.
When you need a different logic to select recipients, you may have to write your own recipient selection plugin. Or you could use the ECA module → which allows for much more sophisticated mechanisms.
In any event, the notifications that got created per user, are content entities and there is a view that shows all new notifications for each user. You can use that view in a block and use some css to highlight if there is something new for the current user.