diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4180b760..273b9ffc 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -12,15 +12,9 @@ ____________ ## CURRENT STAGE: -todo: test tag filtered notification with widget created etc -todo: consider naming ability to subs, maybe people want to name it so it makes sense? - or is it enough to just show all columns? - todo: subscription form still not completed, needs to be coded for when to show tags (for example) and other stuff todo: Back end notification related settings - GlobalBizSettings - Add Notification system ACTIVE bool value GlobalOpsNotificationSettings (copy from backup settings) SMTP creds, return address diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index eb681e86..29b5e0a2 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -9,6 +9,11 @@ > {{ $ay.t("PickListTemplates") }} + + diff --git a/ayanova/src/views/ops-notification-settings.vue b/ayanova/src/views/ops-notification-settings.vue index f1863c1e..5a1f8ca0 100644 --- a/ayanova/src/views/ops-notification-settings.vue +++ b/ayanova/src/views/ops-notification-settings.vue @@ -1,24 +1,416 @@ +