This commit is contained in:
2020-12-14 20:32:12 +00:00
parent 98e83a54e1
commit a19e1b273f
2 changed files with 113 additions and 89 deletions

View File

@@ -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)