AlistairTait12 / FightWaste

The FightWaste console application - get a quick shopping list based on your meal plan
0 stars 0 forks source link

Find meal and display ingredients #38

Closed AlistairTait12 closed 1 year ago

AlistairTait12 commented 1 year ago

As a user of FightWasteConsole So I can decide on a meal I want to see which ingredients it contains

findmeal -name omelette can find a single word title meal and display ingredients findmeal -name 'Sunday roast' finds a meal whose title has multiple words findmeal -ingredient onion will find meals containing onions

The finding of meal by name and by ingredients will have to be handled by separate classes

AlistairTait12 commented 1 year ago

Will require an IModelCollectionOutputter to display ingredients table when found