muatik / healthier

health tracker application - Mustafa Atik - SWE 573 - Fall'16 homework project
MIT License
13 stars 4 forks source link

consumption history should be included in suggestion #8

Closed muatik closed 7 years ago

muatik commented 8 years ago

when a user is typing what he or she ate, the suggestion feature only shows most relevant matchings to keywords. if a user, for instance, types "apple...", then, the suggestion will only show the food names containing the keyword "apple". So, the user has to search for the correct item in this list.

In order to improve this process a bit, the suggestion list can contain the food names that the user has already consumed.