We need to address food categories that people would search for. This includes but is not limited to:"
"Desserts" which should filter for "ice cream," "pie," "cookie," etc.,
"italian": ["spaghetti", "meatballs", "mozzarella", etc.]
"japanese": ["sushi", "ramen", "rice" ...]
"chinese": ["rice", "dumpling" ...]
"meat": ["pork", "beef", "burger" ...]
and more.
We can start compiling these lists now on Google Doc before we implement the code.
We need to address food categories that people would search for. This includes but is not limited to:" "Desserts" which should filter for "ice cream," "pie," "cookie," etc., "italian": ["spaghetti", "meatballs", "mozzarella", etc.] "japanese": ["sushi", "ramen", "rice" ...] "chinese": ["rice", "dumpling" ...] "meat": ["pork", "beef", "burger" ...] and more.
We can start compiling these lists now on Google Doc before we implement the code.