From d081c6cfd7d2f83906485b3b55b05f1257d4919a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 2 Nov 2020 17:43:08 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/components/dash-base.vue | 25 ++++++++++++++++++++++--- ayanova/src/views/home-dashboard.vue | 4 ++-- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e9c19bd3..0a5928db 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -55,7 +55,8 @@ todo: DASHBOARD todo: need user dashboard setup registry and route todo: if dashboard view is empty should be a string displayed saying nothing selected to show? - +// Todo: intermediate actual types (try list first), how to instantiate them from here by id (dynamic) +// todo: do we need a PLUS menu item to add one of that type to that widget, i.e. if it's showing workorders then a plus to make a new wokorder would be useful diff --git a/ayanova/src/components/dash-base.vue b/ayanova/src/components/dash-base.vue index 2483bc69..736d7ea6 100644 --- a/ayanova/src/components/dash-base.vue +++ b/ayanova/src/components/dash-base.vue @@ -1,6 +1,5 @@ -Todo: intermediate actual types (try list first), how to instantiate them from here by id (dynamic) -todo: do we need a PLUS menu item to add one of that type to that widget, i.e. if it's showing workorders then a plus to make a new wokorder would be useful +