Czarified / py4Dinner

Let them eat py!
MIT License
0 stars 0 forks source link

Recipe Combination #5

Closed Czarified closed 6 years ago

Czarified commented 6 years ago

In order to easily import recipes from websites, a new function should be created which combines Food classes. This may be tricky when trying to include the "instructions" attributes.

Combination of Food classes is required, since the program needs complete meals to pick from, and most recipes online are single entrees/appetizers/sides/desserts.

Czarified commented 6 years ago

Commit d87303c introduces initial solution for food combination. This may need to be further enhanced in the future, but closes the current issue.