rubyforgood / share_christmas

Share Your Holiday Application
4 stars 3 forks source link

Organization: Manually Match or Unmatch #94

Closed craig-riecke closed 8 years ago

craig-riecke commented 8 years ago

Route: GET /organization_campaigns/orgCampId/match_form

Like the Match Report, this lists all recipients matched or unmatched. Matched recipients will have a giver name next to them and an Unmatch button/link, which goes to DELETE /match/matchId. Unmatched recipients will have a Match button next to them, which goes to GET /match/new?organization_campaign=orgCampId

craig-riecke commented 8 years ago

Move route to

GET /recipients/index?organization_campaign=orgCampId

To make it more "Rails-y"

craig-riecke commented 8 years ago

Implemented in #138.