ShizukaDonaghue / happy-beans

Happy Beans is a full-stack web application built with Django. It's a recipe-sharing website where users can view and share family-friendly recipes!
https://happy-beans.herokuapp.com/
1 stars 2 forks source link

USER STORY: Diet Type Filter #44

Open ShizukaDonaghue opened 1 year ago

ShizukaDonaghue commented 1 year ago

As a Site User, I can filter the recipes by diet type so that I can view a list of recipes for the diet type.

Acceptance Criteria:

Tasks: Add Django filter for the diet types

ShizukaDonaghue commented 1 year ago

Upon review, this was deemed not feasible with standard Django filters as the diet_type is an ArrayField.

ShizukaDonaghue commented 1 year ago

Will not be implemented.