-
Type:
New Feature
-
Status: To Do
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Company:All Clients/Multiple Clients
-
Epic Link:
User Permissions Payload simplification
DMS to "clean up" the permission payload according to the role: don't include permission keys not related to the current role
DMS to set default permission values to "false" when no value is defined or not related to current role (I think this won't be needed as per previous bullet point)
CC – Shamooka Mohapatra
Field | Original Value | New Value |
---|---|---|
Epic Link | DMS-473 [ 75966 ] |
Description | User Permissions Payload simplification |
User Permissions Payload simplification
DMS to "clean up" the permission payload according to the role: don't include permission keys not related to the current role DMS to set default permission values to "false" when no value is defined or not related to current role (I think this won't be needed as per previous bullet point) |
Fix Version/s | CBAT Offer Letter - Fall [ 10607 ] | |
Fix Version/s | Integration with CBAT [ 10445 ] |
Assignee | Samir [ samir ] | Rohan J Khandave [ rohan.khandave ] |
Sprint | DMS - Fall Sprint 2 [ 161 ] |
Sprint | DMS - Fall Sprint 2 [ 161 ] | DMS - Fall Sprint 4 [ 163 ] |
Assignee | Rohan J Khandave [ rohan.khandave ] | Harshveer Singh [ harshveer.singh ] |
Attachment | Sample payloads.txt [ 107895 ] |
Sprint | DMS - Fall Sprint 4 [ 163 ] |
Fix Version/s | Between Fall and Winter 2019 [ 10919 ] | |
Fix Version/s | CBAT Offer Letter - Fall [ 10607 ] |
Description |
User Permissions Payload simplification
DMS to "clean up" the permission payload according to the role: don't include permission keys not related to the current role DMS to set default permission values to "false" when no value is defined or not related to current role (I think this won't be needed as per previous bullet point) |
User Permissions Payload simplification
DMS to "clean up" the permission payload according to the role: don't include permission keys not related to the current role DMS to set default permission values to "false" when no value is defined or not related to current role (I think this won't be needed as per previous bullet point) CC -- [~Shamooka.Mohapatra] |
Fix Version/s | Winter 2020 CBAT Integration [ 11316 ] | |
Fix Version/s | Between Fall and Winter 2019 [ 10919 ] |
Fix Version/s | Winter 2020 CBAT Integration [ 11316 ] |
Below is permission payload.
"menupermission": { "norights": false, "readonly": true, "create": true, "update": true, "delete": true, "readpiidata": false }
From above below properties are used for menus.
Below property used for data permission.
So CBATS (Joris) team wants to simplify this payload. So they can easily understood which one needs to used for menu & data permission.
Below API used these payload, Please refer swagger for same.
CC – Samir , Harshveer Singh , Swapnil Pandhare