From a19e1b273fd7852d5e0ac316736492d452f438a5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 14 Dec 2020 20:32:12 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 ++ ayanova/src/views/home-memo.vue | 195 +++++++++++++++++--------------- 2 files changed, 113 insertions(+), 89 deletions(-) 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 @@ - - - - + +