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

Create recurring donations model + Update controller action to create new recurring donation instance #5

Merged
merged 5 commits into from
Mar 1, 2024

Conversation

winsonwan
Copy link

@winsonwan winsonwan commented Feb 29, 2024

  1. create model, controller, and other miscellaneous default files (eg. spec files) for recurring donations using 'rails generate ...'
  2. create recurring donations table and add references to related tables
  3. add associations to related models
  4. create recurring donations model method to create new recurring donations row from order object
  5. modify store_controller#process_donation to create new recurring donation row when appropriate (and delete on failure)
  6. change donation_type to donation_frequency in /donate view for clarity

@winsonwan winsonwan changed the title Create recurring donations model + controller + other misc default files from 'rails generate' Create recurring donations model + Update controller action to create new recurring donation instance Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant