diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 2cc0fb69..fb8e4c32 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -57,6 +57,9 @@ todo: workorders - need to set billing and service address from customers on mig
todo: Translation: "Physical" address seems wierd, rename to Street address or Delivery address or Service Address or whatever
+todo: Any "Priority" type value in UI that has colors should use ayaFireAlt icon instead of round circle which is for minor status only
+ Flag is for major status like all of workorder
+
todo: be sure to address items in case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3864
before next update to server / windows build for Joyce
@@ -301,21 +304,12 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: woitempriority, woitemstatus edit forms first so have something to test the control on
- TODO: Need control for selection.
- it's just a select list but needs to show the color, background is sketchy as might conflict with text color so keep in mind
- check vuetify docs for select see about color, I'm thinking if I can get a round dot color in there at start or stop will be ok
- could use emoji or similar if necessary or maybe it's like the grid lists and just colors a border on one side (!!!!!)
+ TODO: Componentize the priority and woitem status controls from working examples in form now
+ also it needs to auto filter out the inactive ones unless it's the current selection
+ TOOD: Grid is showing id for status / priority and not the actual items
+ will need something funky with colors etc I guess
- wo should prefetch and store picklist style like the wostatus already does on open
-
- TODO: help docs for woitemstatus and woitempriority
-
-
- Joyce is going to:
- 1797-B 10th street
- East courtenay
- past superstore area
- taking van
+ TODO: help docs for woitemstatus and woitempriority edit and list forms
diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue
index fe5c0e6d..3c22276d 100644
--- a/ayanova/src/components/work-order-items.vue
+++ b/ayanova/src/components/work-order-items.vue
@@ -1,213 +1,240 @@