openculinary / frontend

The RecipeRadar Frontend is a recipe search and meal planning application
GNU Affero General Public License v3.0
13 stars 2 forks source link

Provide the ability to filter recipe search results by domain #177

Closed jayaddison closed 3 years ago

jayaddison commented 3 years ago

Describe the reason for these changes and the problem that they solve

This change renders a list of website domain names above the results when a recipe search takes place. Each domain is presented with a small icon, text label, and checkbox to include/exclude the domain from the results.

Briefly summarize the changes

  1. Render faceted search result recipe domains
  2. Update search state based on domain checkbox selection/deselection

How have the changes been tested?

  1. Local development testing

List any issues that this change relates to Relates to openculinary/api#85