node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

Design pattern - Roles and SubRoles (Suggestions)

Open cookie-ag opened this issue 9 years ago • 0 comments

The problem statement is having 3 roles (A,B,C) and unlimited sub-roles for each role i.e.

  • For role A: I have n sub roles
  • For role B: I have m sub roles
  • For role C: I have k sub roles
  • Permissions means allowing GET, POST, PUT and DELETE on various resources.
  • Every subrole may or maynot have same permissions.

Appreciate any suggestions on how to implement it using node_acl?

cookie-ag avatar Oct 17 '16 03:10 cookie-ag