ElixirCLE / pairmotron

Programming Pair Pairifier
https://pairmotron.herokuapp.com
5 stars 4 forks source link

Allow invitations to be accepted from the admin/group_membership_requests route #165

Closed mbramson closed 7 years ago

mbramson commented 7 years ago

Currently If a bunch of people join at once and the administrator wants to accept invitations to groups that they might not be a part of, they have to delete these invitations and add the user_group records individually.

It would be great if there was a button in the admin's group_membership_requests list allowing admins to both delete the selected group_membership_request and also add a user_group record for the deleted group_membership_request's user and group.