gayle / two_tents

[If you start working on an issue, please assign it to yourself so others know that issue is in progress.] - [If you finish an issue, please tag it Fixed so that user acceptance testing can be performed. The issue will be closed by the tester.]
14 stars 6 forks source link

Allow user to register past participants for current year #124

Closed gayle closed 13 years ago

gayle commented 13 years ago

Have a view with 2 columns. 1: list of past participants, 2: list of current registered participants. In list 1, have a link to "register for current year" that moves participant from list 1 to list 2. In list 2 have an "Un-register" link that moves participants from list 2 to list 1.

When you click "Register", pop up a modal with the current participants_form.html.erb information for the user to verify and/or edit right there in the modal.

Don't need do the same at the family level (yet). It may be that only some of the family members would register for the next year, and it's probably better to verify this at the individual participant level. I (gayle) spoke with the registrar and she agrees. Will try it out this year just doing it participant by participant. If it doesn't work out we'll revisit the idea of re-registering whole families at a time next year.