diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 48488094..8cb7985e 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -15,6 +15,10 @@ todo: v8Migrate must be used with SuperUser account, make sure that the plugin c
this way we don't need as many checks for some things such as migrating user memos on behalf of other users which is normally a security violation etc
also will ensure not just any user can start migration and fuck up the target server
+
+todo: All biz objects getasync should be notracking?
+ or would thast fuck up internal ops like batch jobs or duplicate?
+
todo: AyaFormFieldDefinitions looking a little suspect now as it gets huge.
should it really cache all of them all the time?
would it be faster / better for memory to return as requested dynamically (switch?)
@@ -30,6 +34,9 @@ currently doing: MEMO -
exclude from searching? Not searchable??
Or post process??
+ Customer users can memo - NO
+ Could they in v7? NO so not here either
+
EACH OBJECT DEV CYCLE:
FIRST
Check cases, make sure not changing the object fundamentally, many v7 objects are going to change for cases (particularly inventory related)
diff --git a/ayanova/src/views/home-memo.vue b/ayanova/src/views/home-memo.vue
index d18d98cd..acde25e5 100644
--- a/ayanova/src/views/home-memo.vue
+++ b/ayanova/src/views/home-memo.vue
@@ -5,79 +5,105 @@
-
-
-
-
+
+
+
+