Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reports > List of CDs #189

Open
gayle opened this issue Feb 2, 2015 · 1 comment
Open

Reports > List of CDs #189

gayle opened this issue Feb 2, 2015 · 1 comment

Comments

@gayle
Copy link
Owner

gayle commented Feb 2, 2015

  • list all participants who did not opt out of receiving a photo cd, along with their addresses.
  • at the bottom, show all those who did opt out
  • making this a low priority because it might not be needed anymore.
@gayle gayle added this to the Rails 4 Upgrade milestone Feb 2, 2015
@gayle
Copy link
Owner Author

gayle commented Feb 8, 2015

There were some named scopes and other methods that were not moved over in case we don't do this feature. Including from family.rb:

def self.all_with_cds(year=Year.current)
  Family.registered(year).select { |f| f.number_of_photo_cds > 0 }
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant