Skip to content

USER STORY: Filter Recipes by Dietary Preferences #5

Description

@gerasoa

Description: As a user with dietary preferences, I want to filter recipes by my needs (e.g., vegan, gluten-free) so that I can find suitable options.

Acceptance Criteria:

  • The user can select filters such as vegan, gluten-free, or other dietary preferences.
  • Recipes are updated based on the selected filters.
  • The user can combine multiple filters (e.g., gluten-free and vegetarian).
  • The page reloads with the filtered list of recipes.

Tasks:

  • Add dietary preference filters (e.g., vegan, gluten-free) to the recipe search interface.
  • Update the recipe listing to reflect the selected filters.
  • Implement a database query that supports multiple filter options.
  • Ensure that the page reloads with filtered results without requiring a full page refresh (AJAX or similar).
  • Design the filter UI using Bootstrap components.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions