dydxprotocol / dydxprotocol/v4-web

Improvement for trading page

Open
#820 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
111
Forks
110
PR merge metrics
No merged PRs in 30d

Description

As a user, when landing at trading page for specific pair, we need to be able quickly to look at chart and make trade input, no need of scrolling up and down to input order values as now.
image

  1. orderbook: user dont really need to look at it when landing on this page, so we can: either be able to collapse/extend it to make chart area be wider, or re-arrange orderbook section to the most-right of the page (currently its order placing section)
  2. Chart needs to be bigger, thats 1st-thing user wants to see, check design of Binance or Hyperliquid you can see they always make chart look more prominent.
  3. Order placing section: currently user need to scroll down to input order information, it should not, everything should be neat on 1 screen without scrolling. I notice we can remove headers as below:
image Take a look at hyperliquid, the order inputs fit in 1 screen no need of scrolling, thats ultimate target, need PM & designer to take a look to re-design it. - For limit order, we can automatically pre-fill mid price to input field instead of letting user click on "Mid" to fill it (similar to Binance)

Hope it helps, thanks guys.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the trading page layout and the attached screenshots, focusing on the orderbook, chart, and order-placement sections. Coordinate with the PM and designer on the revised arrangement; done means the chart is more prominent, the order inputs fit on one screen without scrolling, and limit orders are prefilled with the mid price.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
design, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.