gnosis / ido-ux

Interface for the ido-platform
GNU General Public License v3.0
25 stars 22 forks source link

[chart] current price (dotted line) shows incorrect value #619

Open tatyanakurinskaya opened 3 years ago

tatyanakurinskaya commented 3 years ago
  1. open app

  2. open some active auction, user has already submitted some orders Screen Shot 2021-05-26 at 09 44 15

  3. enter amount=2, price=20

  4. look at current price (dotted line) in chart

Result: Screen Shot 2021-05-26 at 09 38 49

Exp.result: it should point to 2 USDC per DAI

ramirotw commented 3 years ago

@josojo is the update in the orders book chart clearing price intentional whenever you modify the place order form or should it stay fixed until the user places the order?

josojo commented 3 years ago

is the update in the orders book chart clearing price intentional whenever you modify the place order form

yes it is intentional. The users should see how the orderbook would change, if they would place the order

I see that it is confusing that the graph is updating, but the auction details is not updating, though I think we are good with the current ticket from henry #629.

Wdyt?

ramirotw commented 3 years ago

I see that it is confusing that the graph is updating, but the auction details is not updating, though I think we are good with the current ticket from henry #629.

Wdyt?

Agreed. If this gets reported by more users we could rethink the UX so it's clear that the graph is updated when interacting with the form.