taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b6dc037bfc2301e52bb053f489b89e8ae782a5c6
parent 3bec98ab13a719f3e27c1c4511aa9453b570a42f
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue,  7 Oct 2025 11:33:30 +0200

add DoD

Diffstat:
Mdesign-documents/070-alias-directory-mailbox.rst | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/design-documents/070-alias-directory-mailbox.rst b/design-documents/070-alias-directory-mailbox.rst @@ -114,8 +114,8 @@ Alice's Mailbox URI. This request may fail if Alice's Mailbox is full (See also :ref:`Mailbox API <api-mailbox>`). -Note: It makes sense to use something like HPKE to encrypt the payment request -to Alice's Wallet Public Key. + **Note**: It makes sense to use something like HPKE to encrypt the payment request + to Alice's Wallet Public Key. US-3: Receive Payment Request ----------------------------- @@ -161,6 +161,12 @@ Definition of Done DoD is not satisfied yet, a user-facing feature **must** be behind a feature flag or dev-mode flag.) +- :ref:`Taldir API <api-taldir>` implemented and deployed with at least SMS and Email validators. (DONE) +- :ref:`Mailbox API <api-mailbox>` implemented and deployed. +- Wallet functionality to support US-1 implemented. +- Wallet functionality to support US-2 implemented. +- Wallet functionality to support US-2 implemented. + Alternatives ============