diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 701be499..d816ae50 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -22,7 +22,7 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 # OUTSTANDING MAJOR AREAS TO BETA - +seeder seems to be putting schedules in the early hours 1am onwards not in the day as expected dashboard widgets @@ -30,6 +30,8 @@ They should be small and highly focused on a particular issue so that the user j So a hypothetical workorder count per time period widget would have a this month, last month, ytd, last year to date etc or however. Main idea being they are not needed to config, just pick the one you want +should support multiple copies of an item that is configurable + v7 dashboard help doc: diff --git a/ayanova/src/api/dash-registry.js b/ayanova/src/api/dash-registry.js index bee0d97a..23272b20 100644 --- a/ayanova/src/api/dash-registry.js +++ b/ayanova/src/api/dash-registry.js @@ -14,10 +14,10 @@ export default { // type: "GzDashTestListWidgetsPriciest" // }, { - id: "NextSchedItems", + id: "dash-today-scheduled-wo", roles: [role.Tech, role.TechRestricted], title: "DashboardScheduled", - type: "NextSchedItems", + type: "GzDashTodayScheduledWo", scheduleableUserOnly: true }, { diff --git a/ayanova/src/components/dash-scheduser-next-wo.vue b/ayanova/src/components/dash-today-scheduled-wo.vue similarity index 94% rename from ayanova/src/components/dash-scheduser-next-wo.vue rename to ayanova/src/components/dash-today-scheduled-wo.vue index ec2e6bdf..610f92f8 100644 --- a/ayanova/src/components/dash-scheduser-next-wo.vue +++ b/ayanova/src/components/dash-today-scheduled-wo.vue @@ -39,7 +39,7 @@