View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007332 | Taler | wallet (WebExtension) | public | 2022-09-07 16:57 | 2022-11-04 20:52 |
Reporter | Christian Grothoff | Assigned To | sebasjm | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 0.9 | Fixed in Version | 0.9 | ||
Summary | 0007332: UX for withdrawing bitcoin is awkward | ||||
Description | When we expect the dialog to show explaining us the details of the on-chain transaction, we get a long delay and then an odd message telling us to check with the bank, instead of ever telling us the bank/bitcoin details. We can find them afterwards via the transaction history... | ||||
Steps To Reproduce | 1) add https://bitcoin.ice.bfh.ch/ as an exchange 2) click 'add', change currency to BITCOINBTC 3) specify BTC amount, confirm. Wait, bad dialog. Find actual needed details in pending transaction in transaction history. Desired outcome: basically dialog similar to the one we get via transaction history showing immediately. | ||||
Tags | No tags attached. | ||||
|
Interestingly, I had the exact same bad UX with Android. I suspect the API might be hard to understand, as the withdraw transaction that is created will be pending (and hence async!), while the UI needs to grab the information from the pending transaction to show to the user (instead of waiting for the pending transaction to complete), as only with the information from the pending transaction the user can possibly complete the transaction! |
|
the problems is that we don't have a homogeneous way of starting a transaction, this will help 0007357 |
|
fixed 0cf147ba..538f27e9 |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-09-07 16:57 | Christian Grothoff | New Issue | |
2022-09-07 16:57 | Christian Grothoff | Status | new => assigned |
2022-09-07 16:57 | Christian Grothoff | Assigned To | => sebasjm |
2022-09-08 19:50 | Christian Grothoff | Note Added: 0019105 | |
2022-09-12 19:41 | sebasjm | Note Added: 0019127 | |
2022-09-12 19:41 | sebasjm | Relationship added | related to 0007357 |
2022-09-29 15:06 | sebasjm | Status | assigned => resolved |
2022-09-29 15:06 | sebasjm | Resolution | open => fixed |
2022-09-29 15:06 | sebasjm | Note Added: 0019197 | |
2022-10-20 10:47 | Christian Grothoff | Fixed in Version | => 0.9 |
2022-11-04 20:52 | Christian Grothoff | Status | resolved => closed |
2023-04-13 20:37 | Florian Dold | Category | wallet (WebExtensions) => wallet (WebExtension) |