-
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
Standardize columns across all sections in Portfolio section in Bisq #5309
Comments
Sign me up |
Cool @wallclockbuilder 👍 Feel free to submit a PR when you have it ready. |
Hi @wallclockbuilder how are you progressing with this issue? |
Hi @xyzmaker123 let me know if you would like to work on this issue. |
@pazza83 I can take it |
Thanks that is great. Let me know if you need anything |
Any devs currently working on this issue @xyzmaker123 @pazza83? Wondering if you hit any roadblocks. |
AFAIR I was researching possibility of implementing it but I realized that it's not that obvious - f.e. records for completed trades (history) contains some fields not present in open offers etc. I think slight adaptation is possible, but 100% standarization rather not. @fahimahmedx I'm not planning to work on this topic in the nearest future - feel free to take it. Please let us know about progress. |
"Get set up to Sign your Git Commits with GPG. Any commits to any Bisq repository must be signed." |
@fahimahmedx try one of suggestions from this thread: |
How can I test the Open Trades column without having to make open trades myself? |
@fahimahmedx You need to run local Bitcoin regtest network. It's possible with Makefile script. You can find more info in our docs |
@xyzmaker123 Thank you for the guidance, am very new to open-source development so I appreciate it! Currently I'm looking at the docs for https://github.com/bisq-network/bisq/tree/master/docs/autosetup-regtest-dao It seems like this would cause a test transaction to occur. However what I'm confused about is how I would get this to show up on the front-end, which I'm testing? |
I think I'm starting to get a better understanding. Seems like 50 btc is filled to the test wallet after generating a few blocks. https://github.com/bisq-network/bisq/blob/master/docs/dev-setup.md |
@fahimahmedx You're welcome. Everything described in |
I added some columns and am happy to see the data in testnet works! |
want to follow up on this. Was able to get the export button to show when this overlay doesn't show, but am still stuck. |
Description
The columns providing trade info in the portfolio section in Bisq are not standardized. Some sections provide more details than others. This means some sections are missing information that would be useful.
The Portfolio section in Bisq consists of the following sub sections:
All sub sections should have the following columns:
Currently, for example, it is difficult to work out what the deviation from market price was for a Trade that is in your 'Open Trades' this makes the following difficult:
Also all the information above should be included in the 'Trade ID' window when clicking on the (i) for more information
My Open Offers also is the only section with 'Trigger price'. I think this is fine to stay like this.
Also all sections should have an option to export to CSV. It is only 'Open trades' missing this. This would be helpful when wanting to place the same offers again whilst they are still 'open'. Currently this has to be done by copying down the trade data manually.
Version
v1.5.9
Steps to reproduce
Look at portfolio section. Information columns are different.
Expected behaviour
Portfolio section should be consistent with the Information columns.
Screenshots
My open offers
Open trades
History
Failed
The text was updated successfully, but these errors were encountered: