We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depends on #38 #37
Group
Location
GroupLocation
GroupOfficer
user_id
group_id
group_role_id
GroupRole
There should be only index/create/destroy for Group, GroupOfficers are listed/added/removed from the create/edit of the Group.
Only admins can manager Group and GroupRole.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Depends on #38 #37
Group
has name, descriptionGroup
has multiple locations (Location
) viaGroupLocation
Group
has multiple officersGroupOfficer
GroupOfficer
has one uniqueness check on all 3 connections (user_id
,group_id
,group_role_id
)GroupOfficer
has to respect limit of roles fromGroupRole
There should be only index/create/destroy for
Group
,GroupOfficer
s are listed/added/removed from the create/edit of theGroup
.Only admins can manager
Group
andGroupRole
.The text was updated successfully, but these errors were encountered: