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 @@