Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update search bar functionality #141

Open
charlottexlin opened this issue Apr 15, 2023 · 0 comments
Open

Update search bar functionality #141

charlottexlin opened this issue Apr 15, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@charlottexlin
Copy link
Contributor

charlottexlin commented Apr 15, 2023

Related to user story #6

Change search bar functionality on SavedRecipes page and RecipeSearch page so that:

  • Pressing the "search" button actually makes a GET request to that route with the query, and displays the data that matches the keyword
  • In SavedRecipes, that GET request should just return any recipe in the user's saved list that has a title containing the query keyword
  • In RecipeSearch, it should make a call to the API and return the response (this will allow the user to see more recipes, because the RecipeSearch page by default only shows a select few popular recipes, not every single recipe in the API)
@charlottexlin charlottexlin added this to the Sprint 3 milestone Apr 15, 2023
@charlottexlin charlottexlin self-assigned this Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant