COP4331-LargeGroupProject-Fall22 / backend

Backend for SmartChef project, see https://github.com/COP4331-LargeGroupProject-Fall22/SmartChef
0 stars 1 forks source link

Recipe Cuisines/Diets #47

Closed mplekunov closed 1 year ago

mplekunov commented 1 year ago

Some recipes don't have cuisines and diets assigned to them... Right now, I don't handle it in any particular way. I simply make them empty if diets and/or cuisines are not found.

Let me know if you want some other implementation.

nashirj commented 1 year ago

Sounds good to me; leaving them empty if unspecified seems ok