From abd8103142574dfb028716da2d8ed6365851086b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 4 Nov 2020 17:16:09 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 +++++------ ayanova/src/components/dash-base.vue | 1 + 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c6cee6ac..b0396f24 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,16 +4,15 @@ DASHBOARD / KPI / BIZ METRICS -todo: - - List one goes to a list filter and sorted appropriately - todo: MORE link button click +todo: List one goes to a list filter and sorted appropriately Should take to a data-list view preselected with the criteria that show the complete list of what is in the dash-item wherever possible if an item doesn't really have anything appropriate to click on then don't bother for now, can flesh out more later - movement buttons kind of suck, maybe add text to them or try to fit them all in a row on one line - Before making any routes at server, make static data to display in graphs and day calendar so can then play with sizing and see what's realistic to deal with + DataList should accept an object outside of the route url that has the filter to use + once sizing is in order then can look at specialty routes for serving dash items, maybe combine all dashitems into same route with it's own queries? it just has to return raw data, nothing fancy, check roles etc and then do some nice summarization queries + +todo: movement buttons need text beside them (translated of course) todo: if dashboard view is empty should be a string displayed saying nothing selected to show? 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 todo: default dashboard views for new users on creation? diff --git a/ayanova/src/components/dash-base.vue b/ayanova/src/components/dash-base.vue index 5e7e662d..9bf9daeb 100644 --- a/ayanova/src/components/dash-base.vue +++ b/ayanova/src/components/dash-base.vue @@ -69,6 +69,7 @@ + $ayiSync