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

Search Bar for Donut #10

Open
3 tasks
mdunaevs opened this issue Jan 28, 2022 · 1 comment
Open
3 tasks

Search Bar for Donut #10

mdunaevs opened this issue Jan 28, 2022 · 1 comment
Labels
stretch Stretch goals after MVP implementation done

Comments

@mdunaevs
Copy link
Collaborator

mdunaevs commented Jan 28, 2022

Description: Search bar so that users can quickly look up the donuts they like and add them to their cart without having to scroll past the entire donut collection.

Front-End:

  • Search bar visual

Back-End:

  • Query to filter donuts list
  • NLP or regex matching

Estimated Time: 3 hours - Designing a search bar would be mainly back-end focused with querying conditions and filtering logic.

Non-MVP Reasoning: It is not a necessary feature needed for MVP, but rather a nice to have due to the fact that listing the available items should be enough for the buyer to find the item they are looking for even if it is slightly slower.

@mdunaevs mdunaevs added the stretch Stretch goals after MVP implementation done label Jan 28, 2022
@mdunaevs
Copy link
Collaborator Author

Description: Search bar so that users can quickly look up the donuts they like and add them to their cart without having to scroll past the entire donut collection.

Front-End:

  • Search bar visual

Back-End:

  • Query to filter donuts list
  • NLP or regex matching

Estimated Time: 3 hours - Designing a search bar would be mainly back-end focused with querying conditions and filtering logic.

Non-MVP Reasoning: It is not a necessary feature needed for MVP, but rather a nice to have due to the fact that listing the available items should be enough for the buyer to find the item they are looking for even if it is slightly slower.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stretch Stretch goals after MVP implementation done
Projects
None yet
Development

No branches or pull requests

1 participant