From ca329d1fcd997899ac6e9825df7f44e6db37abdc Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 21 Jun 2020 20:53:38 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++++--- ayanova/src/views/adm-user.vue | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e0a63d02..5fa1d3ac 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -17,9 +17,8 @@ todo: USERS - Administration - Users Or at least potential to do that d.t.r. (down the road / TTM) SINGLE EDIT FORM Set all user props relevant to the admin - -todo: customer id, headoffice id, etc for those usertypes that require additional stuff set - only show optionally on that usertype + + todo: need a role collection control of some kind for things like case 3417. Control present all or subset of roles for selection, user can select from them like a checkbox dropdown or something. @@ -151,6 +150,10 @@ todo: Login form customizable for logo etc? - possibly other cases? todo: Customer UI pages ability to add analytics tracking codes: https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3574 + +todo: ADM-USER awaiting customer, headoffice id, etc for those usertypes + need to show if that usertype for selection + todo: NOW THAT FORM IS THERE MOSTLY, CLEAN UP CODE FOR RE-USE in many other forms - Look for things to componentize - Can I componentize the whole form itself so that I have all the basic requirements built in and can just customize certain things for each object type? diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index d50242ad..5219d192 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -1,13 +1,15 @@