From db0b1ffcbab601722982be1c64386a4d612afa26 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 2 Dec 2020 15:29:49 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 28 ++++++++++++++++++++++------ ayanova/src/views/adm-user.vue | 3 --- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9712a8f8..69cfae56 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,6 +6,17 @@ MISC ITEMS THAT CAME UP +todo: Customer read only user (biz admin ltd) is able to add a NEW contact record! + +todo: if list view not found / deleted when grid list form is opened rather than erroring with object/object it should + handle more elegantly: + possibly show proper error but for sure select the no filter option automatically + test by setting filter from one browser then delete it from another and refresh first + user should not be confused about what happened + This is happening due to user's cached filter stuff at clint being out of sync with server + maybe the local cache should be checked on login first and cleaned up? + or I guess on demand is best since it's not eating up bandwidth + ............................................................ todo: TESTING After customer form is made @@ -54,20 +65,25 @@ EACH OBJECT DEV CYCLE: ## OBJECT ORDER Preliminary order to get the ball rolling, these are the easiest starting point: - - Customer "Client" - Drop last service date column: case 3536 - Import contacts as User's from v7, drop contact related fields: case 3356 - Several UI related cases in rockfish for new Custom form, create user on fly and email creds, customer notes etc HeadOffice + No changes other than similar as Customer ones (tags etc) + case 3391 basically is a bunch of mass list view of stuff for customers based on shared head office + so maybe customer list but by head office + wo list but by shared head office + quote list ' ' + etc + and menu options in HO like Show all which does the lists above automatically by adding HO criteria + Vendor case 3300 popup notes - case 3427 change vendortype to displayfor so it displays in multiple locations + case 3427 change vendortype to tag adm-user edit form must be tweaked once the vendor object is coded to so subcontractors adm-users list form to include vendor name for subcontractors + maybe? Or not? maybe in usertype appended? confirm / ensure v8migrate properly brings a subcontractor over as that type of user + CustomerNote "ClientNote" Memo (user memos) Project diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index 28683047..e7ce5d3c 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -1,9 +1,6 @@