This commit is contained in:
@@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
|
|
||||||
TODO NEXT DASHBOARD:
|
TODO NEXT DASHBOARD:
|
||||||
|
palette colors centralized
|
||||||
|
lt titles of dash items properly
|
||||||
|
List one goes to a list filter and sorted appropriately
|
||||||
|
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
|
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
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<gz-dash
|
<gz-dash
|
||||||
icon="$ayiSplotch"
|
icon="$ayiSplotch"
|
||||||
:addUrl="'widgets/0'"
|
:addUrl="'widgets/0'"
|
||||||
:updateFrequency="60000"
|
:updateFrequency="30000"
|
||||||
v-on:dash-refresh="loadData"
|
v-on:dash-refresh="loadData"
|
||||||
v-on="$listeners"
|
v-on="$listeners"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
|
|||||||
Reference in New Issue
Block a user