taler-docs

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

commit 5e3cc21ce80df471eb5b055c621ef60374934c1f
parent 402e192d8dad9621b36516d26f73861e97e2348f
Author: MS <ms@taler.net>
Date:   Tue, 14 Feb 2023 16:27:24 +0100

Adding milestones to DD 36.

Diffstat:
Mdesign-documents/036-currency-conversion-service.rst | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/design-documents/036-currency-conversion-service.rst b/design-documents/036-currency-conversion-service.rst @@ -88,3 +88,21 @@ When Sandbox detects one incoming payment on fiat-issuer, it applies the to regio-exchange. At this point, Nexus detects the incoming payment on regio-exchange and makes the exchange aware via the Taler Wire Gateway API. From now on, the system proceeds like it always did in Taler. + +Milestones to a MVP +=================== + +* Refactor configuration in Sandbox: `7527 <https://bugs.gnunet.org/view.php?id=7527>`_, `7515 <https://bugs.gnunet.org/view.php?id=7515>`_. +* Make rates/fees and TAN channels configurable in Sandbox: `7694 <https://bugs.gnunet.org/view.php?id=7694>`_. +* Long polling in Nexus to serve TWG: `6987 <https://bugs.gnunet.org/view.php?id=6987>`_, `6383 <https://bugs.gnunet.org/view.php?id=6383>`_. +* Long polling in Nexus to serve fiat-transactions via native API: `7693 <https://bugs.gnunet.org/view.php?id=7693>`_. +* Long polling in Sandbox to ask Nexus fiat-transactions via native API. +* Serve transactions with date ranges in Sandbox Access API: `7685 <https://bugs.gnunet.org/view.php?id=7685>`_ +* Implement JSON-based "bank connection" in Nexus. That's how Nexus + gets regio-transactions to serve in the TWG. +* Implement fiat-bank's EBICS flavor. +* Ask transactions with date ranges in such flavor in Nexus: `7686 <https://bugs.gnunet.org/view.php?id=7686>`_. +* Implement fiat-transactions management tools. + +.. note:: + The list can be incomplete and not necessarily ordered.