commit 9c903938cb6f22edf019baf618f23d6338b71b77
parent f232fe3b7815f0bb0d945726302b9c040675cb11
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 7 Oct 2025 12:36:40 +0200
add US5
Diffstat:
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/design-documents/070-alias-directory-mailbox.rst b/design-documents/070-alias-directory-mailbox.rst
@@ -101,7 +101,7 @@ US-2: Send Payment Request
Prerequisites: Bob has installed Taler Wallet
Bob wants to request money from Alice.
-He opens his Taler wallet and opens the *Send to Friend* screen from the menu.
+He opens his Taler wallet and opens the *Request from Friend* screen from the menu.
The screen consists of a search input and an Alias type selector.
Bob selects the Alias type (e.g. GitHub or Email) and inputs Alice's Alias.
This will initiate a lookup request to the :ref:`Taldir API <api-taldir>`.
@@ -146,6 +146,26 @@ Bob opens the screen in the Wallet that displays sent payment requests.
Bob may resend a payment request to Alice using a Button.
This sends the request to Alice's mailbox again.
+US-5: Send Money
+----------------
+
+Prerequisites: Alice has installed Taler Wallet, Alice has registered an Alias.
+
+ **Note**: It is unclear if this is valid user story.
+
+Bob wants to directly send money to Alice (e.g. PayPal style).
+He opens his Taler wallet and opens the *Send to Friend* screen from the menu.
+The screen consists of a search input and an Alias type selector.
+Bob selects the Alias type (e.g. GitHub or Email) and inputs Alice's Alias.
+This will initiate a lookup request to the :ref:`Taldir API <api-taldir>`.
+If no results were found, Bob cannot use this feature.
+If found, Bob will be able to proceed to create a payment.
+A screen that allows to create a payment is shown to Bob.
+Once Bob has entered all necessary details, the payment is made.
+
+ **Note**: Should mailbox be used to notify Alice of payment?
+
+
Open Questions
==============