diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 48c286e0..5465f677 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -247,13 +247,14 @@ todo:2 notify on server boot?? (general notify to admin user or whatever?)
or on shutdown?
todo:3 notify on user login?
todo:2 errors are inconsistent some use "error" some use "code" to mean the same thing
- this is likely becuase "code" is used in the outer wrapper and "error" is used in the individual "details" validation errors
+ this is likely because "code" is used in the outer wrapper and "error" is used in the individual "details" validation errors
however it would be much cleaner if it was the same thing at all levels
Settle on "Code" only, change "error" to "code"
some things are producing {message:"blah",target:"blah",error:"blah"}
controller apierror
and validation errors are : {message:"blah", target:"blah", code:"blah"}
-
+todo: 2 Should the database integrity check run as a regular job?
+ because a person could fuck up the db while the server is running and the server wouldn't notice until it tried to access a fucked up table
NOW
diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue
index acfbb873..85ddfb73 100644
--- a/ayanova/src/components/work-order-items.vue
+++ b/ayanova/src/components/work-order-items.vue
@@ -245,6 +245,20 @@
}}