boilerplate
boilerplate copied to clipboard
Introducing Groups
Hi there,
I just got my hands on your boilerplate and I love it so far.
I noticed that you are using Myth/Auth's GroupModel as Roles. In most of my application concepts I need both, roles and groups. Roles are mostly used for permission while groups are used for grouping user accounts into teams.
I would love to see the introduction of groups in your boilerplate. My idea would be to basically copy the GroupModel as RoleModel so that both can be managed per user. The attributes of a role can be the same as of a group. The rest would also be the same
- User can be assigned to one or more groups
- Groups can be assigned permissions
How do you fell about that idea?
Best regards, George