COSC481W-2022Winter / capstone-gigabites

capstone-gigabites created by GitHub Classroom
2 stars 1 forks source link

The ability to search for recipes based on recipe title or recipes that a user uploaded #72

Closed bdk99 closed 2 years ago

bdk99 commented 2 years ago

As a website user I would like the ability to search recipes based on recipe names, or recipes based on the user who uploaded them on the home page.

Constraints:

Acceptance Criteria:

  1. Search must be able to find recipes based on partial names.
  2. Search must display all search results
  3. Search page must contain dropdown to determine if search is based on recipe name or username.
  4. Search results page must contain recipe image, recipe name, recipe description and the username who uploaded the recipe on the page.
  5. User should be able to view the recipe page by clicking on the name of the recipe.

Tasks:

sjiang1 commented 2 years ago

Will this overlap with issue #73?