Skip to content

Feature/donation flow #37

Merged
merged 13 commits into from
Apr 15, 2026
Merged

Feature/donation flow #37

merged 13 commits into from
Apr 15, 2026

Conversation

mariukle
Copy link
Member

This PR implements the complete donation flow for GiveHope.

The flow consists of the following steps:

  • If the user is not signed in, they are redirected to a "Sign in to donate"
    page with Sign In and Register buttons.
  • If the user is signed in, they are redirected directly to the amount
    selection page where they can choose a preset amount (50, 100, 500, 1000 kr)
    or enter a custom amount.
  • The user then enters payment information (card number, expiry date, CVC).
  • Finally, the user is shown a confirmation page with the donation details.

Validation is added to prevent negative or zero donation amounts.
The navbar is hidden during the donation flow and restored afterwards.

@mariukle mariukle added the GUI label Apr 14, 2026
@lukasce lukasce merged commit 82351ee into DEV Apr 15, 2026
@lukasce lukasce deleted the feature/donation-flow branch April 15, 2026 07:00
Sign in to join this conversation on GitHub.
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants