Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Price showing for a lot may not be the truth, especially visible when the auction closes #387

Open
dblock opened this issue Mar 1, 2015 · 3 comments

Comments

@dblock
Copy link

dblock commented Mar 1, 2015

A user was looking at an artwork page and when the auction closed he was still looking at a price at which they had placed a bid earlier. In fact what happened is that they got outbid, then because they had a max bid they actually got the lot at a different price.

When the auction closes, they need to be looking at a "lot sold".

Until the auction closes the price needs to update frequently.

@ashfurrow
Copy link
Contributor

Sounds like a serious UX issue. Looping in @katarinabatina.

dB, how does this work on the web side of things? We poll the API every 60 seconds for updated data.

@ashfurrow ashfurrow modified the milestone: 3.5 Apr 13, 2015
@ashfurrow ashfurrow modified the milestones: 3.5, Next May 6, 2015
@ashfurrow
Copy link
Contributor

Going to move this into the Long Term milestone since it's a bigger problem and we need to have UX and dev work done.

@ashfurrow ashfurrow modified the milestones: Long Term, Short Term May 21, 2015
@dblock
Copy link
Author

dblock commented Jun 5, 2015

Web has the same problem, but users often don't expect to get new data without a page refresh on web (see artsy/force#2391). When you look at an artwork I think you want to poll a lot more frequently for that artwork's price. The server can definitely handle that if you properly implement If-Modified-Since/If-None-Match on the client.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants