TechForPR / chefsForPR

Platform to manage the distribution of meals created by World Kitchen
http://chefs4pr.com
MIT License
3 stars 2 forks source link

Create a form to record a food delivery #21

Closed dvidsilva closed 7 years ago

dvidsilva commented 7 years ago

Look for the fields in #20 and wait for that to be closed.

For the design, use a standard bootstrap form design, create a similar static method in the model like the one in models/Request.js.

It will use the endpoint POST /api/delivery/ and send the form data. Verify it stores correctly by looking into the database or by requesting /api/delivery/:shortId using the short id returned when creating the delivery

dvidsilva commented 7 years ago

@slay2k Would you be able to work on this? is super similar to the other forms and is only needed in english.

slay2k commented 7 years ago

@dvidsilva Sorry bud, saw this late, looks like you got it done!