gpsimpact / census-relational-organizing-backend

0 stars 0 forks source link

Rework Permissions: grantTeamPermissions. #119

Closed jrazmi closed 5 years ago

jrazmi commented 5 years ago

We should rename grantTeamPermissions to toggleTeamPermission.

Mutation should take current permission and toggle it to input value.

jakelowen commented 5 years ago

@JoshuaMitchell - Remind me: The intention here is that there are defined roles within a team:

And that a user should have one and only one role at a time. So if a user is toggled to an admin, they will no longer be a "member". Is that right?