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

USER STORY: Search for a recipe #15

Closed
3 tasks done
chris-townsend opened this issue Nov 9, 2022 · 0 comments
Closed
3 tasks done

USER STORY: Search for a recipe #15

chris-townsend opened this issue Nov 9, 2022 · 0 comments
Assignees
Labels
4 User Story Estimate is 4 story points could-have A could-have feature enhancement New feature or request

Comments

@chris-townsend
Copy link
Owner

chris-townsend commented Nov 9, 2022

User Story:

As a User, I can search for the desirable recipe by keyword so that I can find a specific recipe fast

Ideas:

  • A search input within the navbar or in a separate section within the homepage
  • Show hints or related dishes if no search results come up

Acceptance Criteria:

  • When a user searches the site using a keyword, a new 'searched results' page should load with the results
  • A user should be able to type a keyword such as cheese and any dish which has 'cheese' within the ingredients is shown in the results
  • The search bar should only accept a certain amount of characters
  • The search bar should be available for all users to search, not just authenticated users
  • Search results should be displayed as recipe cards

Related User Stories:

#11 - View a recipe - As a User, I can view recipes, without having to sign-up to enjoy the site's content

Tasks:

  • Create a search option input field in the nav section of the base template
  • Create a search view with a request post to render the results
  • Create a searched results template with same style rules to all_recipes
    • Ensure searched results is paginated
      - [ ] Add a 'you might also like' section under searched results for recipes related to searched keywords

@chris-townsend chris-townsend added could-have A could-have feature 4 User Story Estimate is 4 story points labels Nov 9, 2022
@chris-townsend chris-townsend added this to the EPIC: Navigation milestone Nov 9, 2022
@chris-townsend chris-townsend self-assigned this Nov 9, 2022
@chris-townsend chris-townsend added the enhancement New feature or request label Nov 9, 2022
@chris-townsend chris-townsend moved this from Todo to In Progress in Kitchen Tales Kanban board Nov 30, 2022
Repository owner moved this from In Progress to Done in Kitchen Tales Kanban board Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 User Story Estimate is 4 story points could-have A could-have feature enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant