This commit is contained in:
2020-11-03 21:22:42 +00:00
parent bbd80cc1ea
commit c1937fa96e
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,12 @@
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
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

View File

@@ -2,7 +2,7 @@
<gz-dash
icon="$ayiSplotch"
:addUrl="'widgets/0'"
:updateFrequency="60000"
:updateFrequency="30000"
v-on:dash-refresh="loadData"
v-on="$listeners"
v-bind="$attrs"