openwisp-notifications icon indicating copy to clipboard operation
openwisp-notifications copied to clipboard

[feature] Allow configure default email notification settings for different orgs

Open nemesifier opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. This is a follow up of https://github.com/openwisp/openwisp-notifications/issues/132 and https://github.com/openwisp/openwisp-notifications/issues/110, the idea is to allow users to configure the default settings more easily.

In particular we shall keep the following in mind:

Defining when and how users set their initial preferences can help streamline the notification management process and ensure users are not overwhelmed from the start.

Describe the solution you'd like

We could allow to edit these settings from the organization page, like we do with the settings for the modules like radius and controller, eg:

Screenshot from 2024-07-23 12-03-45

Using the fallback fields from OpenWISP utils, would give us the bonus that the global defaults can also be changed from settings.py.

I think we should allow configuring the following:

  • Email notifications enabled/disabled
  • Web notifications enabled/disabled (disabling this disables currently also email notifications)
  • Email batch interval, maybe to avoid overwhelming users with notifications we can default the batching to 24 hours in order to send a daily summary
  • Email display limit

nemesifier avatar Jul 23 '24 16:07 nemesifier