This commit is contained in:
@@ -93,7 +93,7 @@ GlobalBizSettings
|
|||||||
Add Notification system ACTIVE bool value
|
Add Notification system ACTIVE bool value
|
||||||
|
|
||||||
GlobalOpsNotificationSettings (copy from backup settings)
|
GlobalOpsNotificationSettings (copy from backup settings)
|
||||||
SMTP creds, return address, emergency ops address
|
SMTP creds, return address
|
||||||
|
|
||||||
ALL COREBIZ
|
ALL COREBIZ
|
||||||
Need CRUD check for notification events
|
Need CRUD check for notification events
|
||||||
@@ -119,6 +119,7 @@ NotifyEventBiz
|
|||||||
handles CRUD for notify events, called statically from all over the place
|
handles CRUD for notify events, called statically from all over the place
|
||||||
puts events in the table, removes them, updates them
|
puts events in the table, removes them, updates them
|
||||||
Has no part in delivery except maybe to provide list to delivery object
|
Has no part in delivery except maybe to provide list to delivery object
|
||||||
|
provides list for admin user to remove items if they want and to view what is in there to be processed
|
||||||
|
|
||||||
NotificationBiz
|
NotificationBiz
|
||||||
handles CRUD for (app) Notification items displayed to user in app UI
|
handles CRUD for (app) Notification items displayed to user in app UI
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ namespace AyaNova.Models
|
|||||||
public NotifyMailSecurity ConnectionSecurity { get; set; }
|
public NotifyMailSecurity ConnectionSecurity { get; set; }
|
||||||
public int SmtpServerPort { get; set; }
|
public int SmtpServerPort { get; set; }
|
||||||
public string NotifyFromAddress { get; set; }
|
public string NotifyFromAddress { get; set; }
|
||||||
|
|
||||||
public GlobalOpsNotificationSettings()
|
public GlobalOpsNotificationSettings()
|
||||||
{
|
{
|
||||||
Active = true;
|
Active = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user