From fef2ee98054c8a54580e291a77aa938a260ca3f6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 4 Nov 2020 18:02:18 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b0396f24..d078f09b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,20 +4,14 @@ DASHBOARD / KPI / BIZ METRICS -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 - 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? - + 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