tomichj / invitation

A Rails gem that can send 'scoped' invitations
MIT License
77 stars 28 forks source link

The invitation of a project and wether the user would like to participate in it or not #13

Open RumbosN opened 7 years ago

RumbosN commented 7 years ago

Send and email to the user with two links, one to accept the invitation and the other one to deny it. Also, insert in the user_proyect table a field status which could be accepted, denied or left pending.

tomichj commented 7 years ago

Hi @RumbosN,

I've considered adding support for an invitation to be refused for a long time. There is merit to the feature, but it will also considerably grow the "footprint" of the gem if it's done right.

I'll add it to the list of potential features for the next major release, which hasn't been baked yet. It might still be a while. I'll leave this open for now, to keep it in plain sight.

RumbosN commented 7 years ago

ok ok Thank you very much, I will be waiting

nickisnoble commented 6 years ago

I actually found this gem looking for something with that exact feature!