Skip to content
ericmarcos edited this page Nov 6, 2014 · 3 revisions

###API endpoint:

none

###Design

Just a form with a "¿cuál es tu oferta?" text field and a "¿cuantos Yoos te juegas?" numeric field. Two buttons: "Hacer oferta" and "Cancelar"

###Interaction

####Avatar/username click action:

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

####"Hacer oferta" click action:

POST /bets/<bet_id>/bids
{
    "title": <title>
    "amount": <amount>
}

Go to 3.2

####"Cancelar" click action:

Go to 3.2

Clone this wiki locally