Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Create a Flask endpoint which creates a new flavor #10

Closed greenmoss closed 7 years ago

greenmoss commented 7 years ago

Goal: the Flask endpoint should create a row in a new "flavors" table, using a name you provide as a parameter. This should create a new row in the flavors table, linked to all the packages you imported.

This should never create duplicate rows in the packages table.

To close this ticket, you will need to submit a PR and have it reviewed/merged by the rest of the team.

JosiahRegencia commented 7 years ago

I committed this one already. It's in the pull request

greenmoss commented 7 years ago

This task is to convert create_flavor to a pure API solution

greenmoss commented 7 years ago

Pending acceptance of #17