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

implement vouchers with design from #86 #93

Merged
merged 4 commits into from
Nov 26, 2024
Merged

implement vouchers with design from #86 #93

merged 4 commits into from
Nov 26, 2024

Conversation

brenzi
Copy link
Contributor

@brenzi brenzi commented Nov 26, 2024

This is pretty straightforward:

  1. generate new keypair
  2. transfer funds to new pair
  3. show link + QR code with url which includes the seed of the new pair
  • we do store all generated vouchers forever in localStorage. This is nice because it even allows:
    • preparing a batch of vouchers and sharing offline
    • recovering funds (as the giver) from vouchers which haven't been redeemed (by the given) within X days
  • manual deletion possible, all, or selected

leftover todos:

  • nicer buttons
  • footer: suitable icon for vouchers

@brenzi brenzi merged commit 960fd39 into master Nov 26, 2024
2 checks passed
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