From da691f97981ed86a56be3701c40ab1b5e274da52 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 21 Jul 2020 23:43:55 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 - ayanova/src/views/adm-global-settings.vue | 5 + .../src/views/ops-notification-settings.vue | 418 +++++++++++++++++- 3 files changed, 410 insertions(+), 19 deletions(-) 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 @@ +