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

Move /donate_to_fund functionality to /donate route #10

Closed
wants to merge 12 commits into from

Conversation

winsonwan
Copy link

  1. if account_code_string is empty, then redirect to general fund (/donate?account_code_string=0000)
  2. if account_code_string is in URL but doesn't exist in db, then redirect to general fund and display error message
  3. if account_code_string is in URL and exists in db, then transaction should complete successfully and newly created donation record should be associated with correct account code

@winsonwan winsonwan assigned winsonwan and Reimirno and unassigned winsonwan Mar 14, 2024
@Reimirno
Copy link

It will be better if you:

  1. put in the relevant Tracker story in your PR, so reviewer know what this is for. Or briefly explain what this is for.
    Most of the time you always should link a PR to a relevant tracker story/jira ticker.
  2. explain how to test your feature (some reviewers won't test and only look at codes, but at some point someone will)
  3. provide screenshots if it's UI change

@winsonwan winsonwan closed this Mar 14, 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.

4 participants