This commit is contained in:
@@ -4,16 +4,15 @@
|
|||||||
|
|
||||||
DASHBOARD / KPI / BIZ METRICS
|
DASHBOARD / KPI / BIZ METRICS
|
||||||
|
|
||||||
todo:
|
todo: List one goes to a list filter and sorted appropriately
|
||||||
|
|
||||||
List one goes to a list filter and sorted appropriately
|
|
||||||
todo: MORE link button click
|
|
||||||
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
|
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
|
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
|
DataList should accept an object outside of the route url that has the filter to use
|
||||||
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
|
|
||||||
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?
|
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
|
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: 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: 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?
|
todo: default dashboard views for new users on creation?
|
||||||
|
|||||||
@@ -69,6 +69,7 @@
|
|||||||
</v-list-item-content>
|
</v-list-item-content>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
|
|
||||||
|
|
||||||
<v-list-item @click="$emit('dash-refresh', id)">
|
<v-list-item @click="$emit('dash-refresh', id)">
|
||||||
<v-list-item-icon>
|
<v-list-item-icon>
|
||||||
<v-icon>$ayiSync</v-icon>
|
<v-icon>$ayiSync</v-icon>
|
||||||
|
|||||||
Reference in New Issue
Block a user