diff --git a/ayanova/src/components/dash-labor-hours-personal.vue b/ayanova/src/components/dash-labor-hours-personal.vue index 7e567bab..593f190f 100644 --- a/ayanova/src/components/dash-labor-hours-personal.vue +++ b/ayanova/src/components/dash-labor-hours-personal.vue @@ -133,6 +133,19 @@ GROUP BY timeframe ORDER BY timeframe ASC ) t +TODO: + DYNAMIC FROM SETS + handle params (time range, currentusertoken,period) + enforce current user only (I guess that's built in if use token or leave out token because it's assumed in which case rename to WorkOrderItemLaborQuantitySummaryPERSONAL ) + ACTUAL CHART WORKING + line chart, can it work with this data, does it need adjustment to locale? + scroll? Vertical better than horizontal? Select bar OR line? + + + REPORTING + v.nexxt? + charts lib at server? + */