diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index cdc6a037..60d36f01 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -55,6 +55,9 @@ todo: workorders - need to set billing and service address from customers on mig
## CLIENT MISC ITEMS
+todo: 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
+todo: need to track fetched keys that don't exists, should bomb immediately so I can remove them, they will eat up traffic for no useful purpose!!
+
todo: custom required rules only apply to new records!!
todo: notification subscription tags UI
@@ -339,7 +342,7 @@ todo: many biz objects are not using new PUT methodology
-CURRENTLY DOING: WorkOrderItemTravel
+CURRENTLY DOING: WorkOrderItemTravel
ORDER: Travel, tasks, parts, loans, units, outside service
diff --git a/ayanova/src/components/work-order-item-travels.vue b/ayanova/src/components/work-order-item-travels.vue
new file mode 100644
index 00000000..0a0f2955
--- /dev/null
+++ b/ayanova/src/components/work-order-item-travels.vue
@@ -0,0 +1,827 @@
+
+