railsgirlslondon / railsgirls-london

The main site and assets of Rails Girls London website
http://railsgirls.london
24 stars 29 forks source link

Invitations #135

Closed despo closed 11 years ago

despo commented 11 years ago

To make managing attendances and tracking emails easier, when someone is accepted to a workshop (or a weekly session) we should be creating an invitation linked to the event.

[X] The email send out should link back to the invitation and enable the user to accept/reject it. - we should also generate and store a key to retrieve the invitations with, as only the person that received the email can accept/reject [ ] Add a note field to the invitation, where the user can store any info e.g. i am busy with work and will arrive after 7 on the Friday

@jetaggart I think that's all we need. We can leave selection_state on the registration model (as I think a manual verification after importing the trello results is needed), and move accepted/rejected here. Not sure if I'm forgetting something.

despo commented 11 years ago

closing this for now. we can have a note added on a new issue.