Open enginyoyen opened 3 years ago
This was an intentional decision for MVP. This whole page is going to have to be re-worked once we start talking about multiple events being on this page (both from a UI perspective and from the JS).
As an aside, I suppose we shouldn't allow for a case where the user has both ACTIVE and PURCHASE_COMPLETE. If they've won the auction and we've charged their card, that's the end of the road.
Adding a post-mvp label to this. Our ideal my profile page will have:
Upcoming events
Past events
In the above, I'm using "event" specifically - not "bid". But in some sort of expandy thing, under each event, a listing of all "bids" related to that event - i.e. you placed a bid on date/time and then upped your bid the next day and then withdrew your bid the third day, etc.
Happy to iterate on this as we go along.
When there are multiple bids, only one of them shown. The example I have, is 1 bid that is won, 1 canceled and 1 is still active(auction in progress but payment data is collected).
The response I see is only the last on in the JSON payload, here is the server response.