AlistairTait12 / FightWaste

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

User is given suggestion if spelling is close #26

Open AlistairTait12 opened 1 year ago

AlistairTait12 commented 1 year ago

As a user of FightWaste If I misspell a meal, I would like a suggestion So I can correctly enter the meal I meant to

Currently, if a user misspells a meal name, they are simply told that it is not found. If they are close on spelling, they should be offered a suggestion on a meal name the may have meant

This will probably need a class with a main method and several private methods to handle whether the meal name is close

What are some deciding factors?

AlistairTait12 commented 1 year ago

A simple implementation would be to just list all the meals starting with the same letter as the string the user entered