taler-docs

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

commit fe011d77d9928f7da96e5203a23bdbca2fd1b1fa
parent 783edbfe23e3fad7b1f67a6f2c5ceb5715379d70
Author: Florian Dold <florian@dold.me>
Date:   Thu, 31 Jul 2025 17:42:30 +0200

-formatting

Diffstat:
Mdesign-documents/068-tokens-roadmap.rst | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/design-documents/068-tokens-roadmap.rst b/design-documents/068-tokens-roadmap.rst @@ -21,9 +21,9 @@ Types of tokens: * onboarding (1st donation) - * ask for tax payer id, add taxOfficeBaseUrl (only one per wallet) - * can be changed, but new donations will have a different tax payer ID - * store date with tax payer ID for merge + * ask for tax payer id, add taxOfficeBaseUrl (only one per wallet) + * can be changed, but new donations will have a different tax payer ID + * store date with tax payer ID for merge * reporting: per year, one QR code per: (taxPayerId, walletSalt, year) @@ -57,20 +57,20 @@ Types of tokens: * listing (with number, no fractions possible, no expiration) * background task: poll for share action, automatically execute the share action - * share action dividend: not supported for now - * share action voting: multiple in parallel possible, maybe show vote weight, have expiration date - * votes are grouped under the respective asset tokens + * share action dividend: not supported for now + * share action voting: multiple in parallel possible, maybe show vote weight, have expiration date + * votes are grouped under the respective asset tokens * voting action - * normally grouped under asset token ("history" for corporate actions) - * in notificiation state: vote directly or dismiss - * eventually, result is fetched and shown + * normally grouped under asset token ("history" for corporate actions) + * in notificiation state: vote directly or dismiss + * eventually, result is fetched and shown * divident (initially out of scope) - * normally grouped under asset token ("history" for corporate actions) - * in notificiation state: dismiss, auto-dismiss after some time + * normally grouped under asset token ("history" for corporate actions) + * in notificiation state: dismiss, auto-dismiss after some time Plan for Merchant Backend =========================