taler
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Taler] Withdrawal Flow (was: Taler Android UX)


From: Torsten Grote
Subject: Re: [Taler] Withdrawal Flow (was: Taler Android UX)
Date: Mon, 4 May 2020 15:03:40 -0300

On 2020-05-01 11:54, Florian Dold wrote:
> Looks good to me.  Though I'd really like to see the bank-related
> aspects (the three cases below) documented somewhere as well,
> independent of the wallet docs.  Do you think we should document this as
> part of the withdrawal flow?

Technically it probably belongs to the TransactionWithdrawal, but
logically it belongs to the withdrawal flow. So I added it there for now.

>> The current TransactionWithdrawal interface
>>
>> https://docs.taler.net/taler-wallet.html#tsref-type-TransactionWithdrawal
>>
>> includes a confirmed boolean and an optional bankConfirmationUrl which
>> should cover case 1 and 3, but I wonder what to do about case 2. A
>> (i18n-ized) explanation string could work, but do we generally want the
>> wallet-core library provide strings for the UI?
> So for this we generally use taler:// URIs when a HTTP URI is not
> appropriate.  So something like:
> 
> taler://withdrawal-confirmation-instruction/Please+ask+the+cashier+to+confirm+the+transaction
> 
> (or some less unwieldy name for it ;-) )

Hmm but how do you i18n that Uri? Also, if we want wallet-core library
provide strings for the UI, it needs to know the current locale. Maybe
better to cover all cases in the API and let the wallet UI take care of
displaying text to the user?

Kind Regards,
Torsten



reply via email to

[Prev in Thread] Current Thread [Next in Thread]