Doveps / mono

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

Create a Flask endpoint which compares two flavors #11

Closed greenmoss closed 7 years ago

greenmoss commented 7 years ago

Goal: the Flask endpoint should show the package differences between two flavors. This will show any package names that are in one flavor but not the other.

You will need to import a second flavor so you can do the comparison. Use the API endpoint you created in #10 to import the second flavor. Use one of the other Vagrant files in the vagrants directory as your comparison flavor.

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

About this one, if I'm not mistaken, create_automation saves to the new "flavors" table and then compare both flavors right?

greenmoss commented 7 years ago

Pending changes/acceptance of #17