This commit is contained in:
2020-07-31 21:02:47 +00:00
parent d21c03c576
commit 3488740103
3 changed files with 40 additions and 12 deletions

View File

@@ -10,17 +10,15 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
MODIFY USERS LIST FORM PER BELOW
MODIFY USER EDIT FORM PER BELOW
Copy and replicate to Customer users centric UI (list and edit form) within customers area of UI
todo: USER redux
Eliminate UserType Administrator
Change any usage of Adminstrator type to non-scheduleable
Modify v8Migrate to import any Administrator type user as a Non-Scheduleable user
Eliminate Utility type user
V8Migrate Don't import utility type users
# EXISTING USERS UI to be staff / contractor centric, no customer users
Change current Users list data-table to use the regular data-table
Add a User controller List route to get all non customer Users
Modify User edit form to restric the types of Users so you can't pick customer or head office, they will be separate
Modify User edit form to restrict the types of Users so you can't pick customer or head office, they will be separate
#Add customer centric users in customer tree area
Copy from regular users and modify the list and edit form