App-Inventor-Gallery icon indicating copy to clipboard operation
App-Inventor-Gallery copied to clipboard

Add permission groups

Open derrell opened this issue 13 years ago • 2 comments

Currently, per-RPC permissions as assigned on a per-user (visitor) basis. We should also provide groups which have permission sets, so if a user is in a group, he has the group's permissions as well as any additional permissions assigned to him explicitly.

Assigning to @reedspool.

derrell avatar Jun 27 '11 15:06 derrell

The infrastructure is complete. Next step is to test with visitor's explicit permissions.

reedspool avatar Jul 06 '11 17:07 reedspool

This functionality is commented out in MDBifCommon.js in the function _deepPermissionCheck(). Until this is uncommented, permission groups do not exist. Disabled until tests are in place

reedspool avatar Aug 02 '11 21:08 reedspool