You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
How do you fell about that idea?
Best regards,
George
The text was updated successfully, but these errors were encountered: