Details
-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Short Term
-
Component/s: None
-
Labels:None
Description
Create a migration to add a new action
- name - Notification Settings
- icon - fas fa-cogs
- url - clients/notifications/ (Client ID should be added however the other actions do it)
The new page should have a tab for emails and each kind of messenger. The tab should contain a checkbox list of enabled emails/messages for the given type which will allow the user to select which notifications they want to receive.
- This list should be json_encoded and stored as a client setting (something like client_notifications)
- Perhaps we should have a separate setting for each type
The email and messenger models should respect these settings when attempting to send a message.