From c17112ad7ab76efb78a2adbb8e4f3c20511d9f3b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 18 Dec 2019 00:44:46 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 10 ++- ayanova/src/App.vue | 2 +- ayanova/src/api/initialize.js | 134 +++++++++++++++++++++++++--------- 3 files changed, 106 insertions(+), 40 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a430fd68..617c3ed3 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -111,9 +111,10 @@ TODO: IMPLEMENT and stub out entire nav layout, don't hae to open actual form, c - HISTORY (event log) view, filter, sort etc the whole thing here to see what activity is happening in general - KPI WIDGETS AND GRAPHS AND SHIT FOR BIZ ADMIN - OPERATIONS CONSOLE - - BACKUP - - RESTORE - - LOGS + - SERVER CONTROL? (close/open server ops? Or does that happen automatically when doing other jobs?) + - "ARCHIVE" (BACKUP /RESTORE) + - JOBS (view status of, trigger some maybe) + - SERVER LOGS - METRICS - NOTIFICATION CONFIG AND CHECK DELIVERIES @@ -153,6 +154,9 @@ TODO: IMPLEMENT and stub out entire nav layout, don't hae to open actual form, c - Not going with the fancy modular recomposable UI and I know v7 style will work - See the todo somewhere down below regarding the shell in case anything I forgot +TODO: Review and prioritize order of items in nav panel +TODO: make names of menu items prepend grouped (e.g. "opsarchive", "admglobalsettings" so that the automatic selected list item view appearance can work + TODO: Enforce role rights for menu items once it's stubbed out diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 981567c8..3a2fcb8c 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -88,7 +88,7 @@