This commit is contained in:
2020-11-04 18:02:18 +00:00
parent 10ff3c2322
commit fef2ee9805

View File

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