Skip to content

3.3.1 Result Detail

ericmarcos edited this page Nov 6, 2014 · 1 revision

###API endpoint:

You don't need to make any API call because results are embedded in the bet json (you got it in the previous screen). But just in case:

GET /bids/<id> (spec) (example)

###Design

PSD

Bid Detail, Subasta

###Interaction

####Avatar/username click action:

Open browser: http://www.dareyoo.com/app/profile/<user_id>/bets

####"Aceptar oferta" click action:

POST /bids/<bid_id>/accept_bid

Go to 3.2

####"X" click action:

DELETE /bids/<bid_id>

Go to 3.2

Clone this wiki locally