diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 7ebf5333..7439266e 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -29,11 +29,11 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
# SEEDING ISSUES
-seeder wolabor is being created in the future fucking the kpi stuff or at least looking weird
- no labor or date centric items should be created in the future, that's nonsensical
-seeder csr requested has future dates fucking up kpi open csr
-seeder sb some that are not scheduled to show off widget, i.e. newly created with no items or no scheduled users at least
+
+
seeder wo created date not set properly, should match the way it's generated
+
+seeder make reminders and reviews for all users, just random scattering for now to future month ahead at least one per day to show off schedule and widgets
seeder wo need new fields and generate data to show off and test kpi widgets and features
Add completed date to workorder, should be set when a closed status is set
used for numerous kpi stuff
@@ -46,9 +46,10 @@ seeder wo need new fields and generate data to show off and test kpi widgets and
# WIDGET ISSUES
-https://www.ayanova.com/AyaNova7webHelp/index.html?dashboard.htm
-
+Fix location of COUNT bubble thing, it's too obscuring to the icon
+Put count on LIST type widgets so that it's clear how many there are at a glance
+Unscheduled is showing dupes, maybe it's one per woitem??
- Widgets to make for beta in order of priority
**MUST HAVE***
@@ -267,7 +268,7 @@ todo:3 todo: check out this SPA memory leak detector, it *does* have a login abi
\_____|______|_____|______|_| \_| |_|
-
+todo: 1 should a superuser really have a dashboard?
todo:2 need to track fetched keys vs used keys so can tell if fetched a key that I don't need or stopped using due to code change
@@ -889,7 +890,8 @@ BUILD 8.0.0-beta.1-rc3 CHANGES OF NOTE
- Added *back* User color as it now ties in with widget charts (user edit form, import, backend, docs etc)
- v8-migrate plugin, fixed new issue related to removal of unused locale / translation keys preventing migrate
- Login form added prominent warning "beta test - not for production use"
-- Seeder, minor changes to ensure future work orders don't have labor or other things that don't make sense if future
+- Seeder, minor changes to ensure future work orders don't have labor or other things that don't make sense if future date
+- seeder now 10% of future wo have no scheduled users set to show off unscheduled widget
- seeder no CSR generated in future
diff --git a/ayanova/src/components/dash-base.vue b/ayanova/src/components/dash-base.vue
index 3e7dbd0d..ac2a07af 100644
--- a/ayanova/src/components/dash-base.vue
+++ b/ayanova/src/components/dash-base.vue
@@ -11,7 +11,7 @@
@click="$emit('dash-more-click', id)"
>
-
+
{{ count }}
@@ -25,7 +25,7 @@
-
+
{{ count }}
diff --git a/ayanova/src/components/dash-csr-open-list.vue b/ayanova/src/components/dash-csr-open-list.vue
index be4682be..8e83edbd 100644
--- a/ayanova/src/components/dash-csr-open-list.vue
+++ b/ayanova/src/components/dash-csr-open-list.vue
@@ -1,5 +1,6 @@