Notifications

Notifications - is displayed on the form as a red bell, when clicked, the notification feed (the last 10 unread) is displayed, when clicked on the notification, it disappears as read. The feed is updated every 15 seconds. If the bell is missing, then there are no new notifications.

Setting up notifications

The feature of sending notifications to mail is implemented. Configure it in the project - TODO.

The API for sending notifications programmatically is implemented. That means that you can send a notification in the event handler. In the admin panel when sending notifications the list of full user names (user @ local) separated by a space is indicated in the “Recipients” field.

Notifications are stored in the following collections: ion_notification, ion_notification_recievers.