AlistairTait12 / FightWaste

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

File populator #43

Open AlistairTait12 opened 1 year ago

AlistairTait12 commented 1 year ago

As a FightWasteConsole developer I want to be able to create a dummy meal file of any size So I can test interaction with data

This too will be a command

Command example generatedummy -count 50

Where:

The console should notify the user:

It is important that the population of the models is not random. This is because when we are comparing time taken to run the population of models in the original app and the asynchronous fork, the operations should be the same.

How to ensure consistent output?

The command will populate the models according to some predetermined pattern.

There will be a method which determines the name of the meal according to facts about the index of the current iteration of the loop