This commit is contained in:
2020-06-21 20:53:38 +00:00
parent 7425dc5d4b
commit ca329d1fcd
2 changed files with 10 additions and 5 deletions

View File

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