-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase clarity in buy vs sell bitcoin page #1191
Comments
thx for the input, @ripcurlx is working on the UI so I'm sure he appreciates extra input for that |
@Trading pairs: Yes, it is a little bit confusing indeed, as we see BTC as our base currency and everything is about buying and selling BTC. This works okay with Fiat money as in most cases people either want to buy BTC or sell BTC. In the case of altcoins the perspective is a little bit different, as it's not 100% clear how all user would see it. @SPREAD: This is definitely something to be improved (see #1214). We could add color coding for sure, but I guess it will be a sea of red most of the time. But some kind of indication if the spread is good or bad for the user without the need to open an information popup would be great. |
@ripcurlx An interim solution could be adding a red/green arrow icon column which shows if the spread is above or below market value. Or move the percentage into a new column and make it sortable. I didn't think it through for now, but maybe this can help in the mean time. |
Have to think it through from a UX perspective so that it is no confused for price changes or something like that. |
This issues was superseded by #1203. |
I started using Bisq recently and encountered a lot of usability issues, especially around prices when exchanging from one currency to another. Here are my thoughts on this.
Right now, all prices are displayed in BTC.
The buy bitcoin section
![image](https://user-images.githubusercontent.com/2000390/34885194-2df88da6-f78d-11e7-8619-ee3f8cce7c7a.png)
The sell bitcoin section
![image](https://user-images.githubusercontent.com/2000390/34885212-38d9282a-f78d-11e7-8b40-d9dc0587385e.png)
To me, this is super confusing for a few reasons:
First, the price is always displayed in "Price in BTC for 1 XMR" (in this example). This is confusing as in one scenario we're going from BTC to XMR but in the other we're going from XMR to BTC.
Second, the Market Spread is not very intuitive.
(and I wouldn't even be surprised if I got this wrong!)
Suggestions to increase clarity:
1 BTC = 33 XMR
and1 XMR = 0.027 BTC
. Display these two columns on both the buying and selling pages.Let me know what you think.
The text was updated successfully, but these errors were encountered: