This commit is contained in:
2019-12-18 00:44:46 +00:00
parent 700b9dc76d
commit c17112ad7a
3 changed files with 106 additions and 40 deletions

View File

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