Skip to content
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

Orders tabbed table module #3

Open
shrnkld opened this issue Feb 28, 2023 · 2 comments
Open

Orders tabbed table module #3

shrnkld opened this issue Feb 28, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@shrnkld
Copy link
Contributor

shrnkld commented Feb 28, 2023

Sections:

  • My open orders - table data via XBridge API (dxgetmyorders), order status indicator (status)
  • Order book - data for all open orders on the network from XBridge API (dxgetorders and **dxGetOrderBook )
  • Order history - table data for all completed orders via XBridge API (dxGetOrderHistory ) (need to confirm this in current DX app)
  • Trade history - table data for all completed orders via XBridge API (dxGetTradingData ) (need to confirm this in current DX app)

Notes:

  • The table should be responsive and scrollable when the viewport is too small to see the whole view.
  • When the screen width is too small, we add a horizontal scroll.
  • We will always show the vertical when the table data extends beyond the bottom of the available viewport.

https://scene.zeplin.io/project/63bc19e1d8ec139181f954b7/screen/63bff2fb095be2bdba3f39ba

@shrnkld shrnkld transferred this issue from blocknetdx/block-dx Feb 28, 2023
@shrnkld shrnkld changed the title Orders tabbed table Orders tabbed table module Mar 3, 2023
@shrnkld
Copy link
Contributor Author

shrnkld commented Apr 17, 2023

Image
Image

Passed back to the dev to fix minor styling issues (ref Zeplin screens)

@shrnkld shrnkld added the enhancement New feature or request label Apr 24, 2023
@shrnkld
Copy link
Contributor Author

shrnkld commented Apr 24, 2023

Uploading Screenshot 2023-04-24 at 14.40.14.png…
It appears that some table columns can be ordered but others not.
Each data column should have the data order by icons enabled.

To do:

  • order table data by any column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants