tastyigniter / TastyIgniter

:fire: Powerful, yet easy to use, open-source online ordering, table reservation and management system for restaurants
https://tastyigniter.com
MIT License
3.03k stars 988 forks source link

Allow filtering by order type and delivery area #853

Closed ryanmitchell closed 3 years ago

ryanmitchell commented 3 years ago

If orderTypes param is passed then make sure the locations offer it. If searchDeliveryAreas is passed then filter locations by whether they deliver to those coordinates

sampoyigi commented 3 years ago

I've moved the filter logic to the LocalList component, feels better in the component than the model.