Description
Currently our permissions in admin-console looks like "view_library" but in the OEP-66 the suggestion is to use permissions like 'my_app.change_modelname'. This is inspired in django permissions and bridgekeeper, but I think it is a valuable approach to know which app is affected by a certain permission.
This was already handled on openedx-authz here openedx/openedx-authz#142.
Make this adaptation on admin-console frontend
Description
Currently our permissions in admin-console looks like "view_library" but in the OEP-66 the suggestion is to use permissions like 'my_app.change_modelname'. This is inspired in django permissions and bridgekeeper, but I think it is a valuable approach to know which app is affected by a certain permission.
This was already handled on openedx-authz here openedx/openedx-authz#142.
Make this adaptation on admin-console frontend