This commit is contained in:
@@ -35,11 +35,18 @@ todo: if dbid in url query parameter of contact form on server it should include
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: Administration - Users
|
todo: USERS - Administration - Users
|
||||||
is this where roles are set?
|
is this where roles are set?
|
||||||
role control
|
role control see below somewhere
|
||||||
mirrors or links to user edit form somehow so admin can also set user options but with added rights like roles etc
|
mirrors or links to user edit form somehow so admin can also set user options but with added rights like roles etc
|
||||||
|
|
||||||
|
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.
|
||||||
|
ideally it binds to a single value and can extract back out of that value bitwise all the correct items in the list checked
|
||||||
|
This way can bind it to a single bit field value and be efficient FTW$!
|
||||||
|
|
||||||
|
todo: need to test a license downgrade of techs once have User creation stuff done
|
||||||
|
|
||||||
todo: Administration - translation
|
todo: Administration - translation
|
||||||
translation page with translation settings
|
translation page with translation settings
|
||||||
- Translation feedback link in translation page https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3722
|
- Translation feedback link in translation page https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3722
|
||||||
@@ -120,10 +127,7 @@ todo: found more presets in cases
|
|||||||
todo: router should check rights on each route shouldn't it?
|
todo: router should check rights on each route shouldn't it?
|
||||||
- or should the form check and nav backwards if they don't have the rights
|
- or should the form check and nav backwards if they don't have the rights
|
||||||
- test: login as subcontractor and direct open widget object
|
- test: login as subcontractor and direct open widget object
|
||||||
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.
|
|
||||||
ideally it binds to a single value and can extract back out of that value bitwise all the correct items in the list checked
|
|
||||||
This way can bind it to a single bit field value and be efficient FTW$!
|
|
||||||
|
|
||||||
TESTING PERF/USABILITY
|
TESTING PERF/USABILITY
|
||||||
todo: THIS! At this point, upload to dev server and thoroughly test with devices, it seems a bit slow at times
|
todo: THIS! At this point, upload to dev server and thoroughly test with devices, it seems a bit slow at times
|
||||||
@@ -158,6 +162,8 @@ todo: rename v8 export plugin to v8 Migrate
|
|||||||
todo: Investigate Workorder structure and datagrid see case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3768
|
todo: Investigate Workorder structure and datagrid see case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3768
|
||||||
todo: Document in user manual the Widget form as an example with instruction on how to use the various controls etc
|
todo: Document in user manual the Widget form as an example with instruction on how to use the various controls etc
|
||||||
- "Anatomy of a AyaNova Form"
|
- "Anatomy of a AyaNova Form"
|
||||||
|
|
||||||
|
|
||||||
=========================================================================================================
|
=========================================================================================================
|
||||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
@@@@@@@@@@@@@@@ ROADMAP STAGE 3
|
@@@@@@@@@@@@@@@ ROADMAP STAGE 3
|
||||||
|
|||||||
Reference in New Issue
Block a user