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

Overview #1

Open
ghost opened this issue Feb 3, 2018 · 0 comments
Open

Overview #1

ghost opened this issue Feb 3, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 3, 2018

A client has asked for a simple donation form on their Drupal 8 site. The client already uses Stripe for processing payments at their events and would like to use it for the donation form as well. The client needs to collect who is making the donation, how much it’s for and of course collect the credit card payment.

Guidelines:

  • Use GitHub, Bitbucket or similar to host your work.
  • In a text document in the project or in issues in the project outline the specific requirements needed to implement the above request.
  • Use a simple Drupal 8 site as a starting point. Your site with the donation form should ideally work with two installation steps: 1) installing Drupal (this can include composer install) 2) enabling one custom module containing your configuration and custom code.
  • You are encouraged to include your thoughts about why you took the approach you did, what was easy or hard, etc.

Extra credit:

  • Allow the user to select from a list of donation amounts or enter a custom value.
  • Track the status of the transaction from Stripe in Drupal with a record of the donation.
  • Use AJAX to validate the form inputs.
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

No branches or pull requests

0 participants