import-keshav / Mboaservices

1 stars 0 forks source link

Dishes data is required in the form of categories so that it can be listed in the frontend easily #7

Closed import-keshav closed 4 years ago

import-keshav commented 4 years ago

What if I give you an API that return of list of dishes on basis of categories ? All you have to do is to send only the category name only.

khushal87 commented 4 years ago

But how will I know about the categories available to the restaurant and also this will require the calling of API multiple time

khushal87 commented 4 years ago

Send the data in format { breakfast:[...], lunch:[...] . . }