openwisp / openwisp-notifications

Notifications module of OpenWISP
https://openwisp.io/docs/dev/notifications/
GNU General Public License v3.0
40 stars 41 forks source link

[feature] Batch email notifications #276

Closed Dhanus3133 closed 2 months ago

Dhanus3133 commented 4 months ago

Implements and closes #132.

Dhanus3133 commented 3 months ago

In our weekly call, @nemesifier and @pandafy suggested some improvements.

  1. The date should be displayed below the title.
  2. Update the email title with the number of notifications and site name.
  3. Some changes have to be made regarding the email template
    1. If there is only one notification in the batch, just use a single mail template.
    2. Can follow the current template if there are 2 - 5 notifications.
    3. If there are more than 5 emails, a new template can be used where only the level, message, and date can be displayed. Along with a ‘View all new notifications’ link to the admin site.