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/Filter function #153

Open
5 of 6 tasks
MichaelScheiderer opened this issue Jul 7, 2021 · 0 comments
Open
5 of 6 tasks

Search/Filter function #153

MichaelScheiderer opened this issue Jul 7, 2021 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@MichaelScheiderer
Copy link
Collaborator

MichaelScheiderer commented Jul 7, 2021

User story

  1. As a salesperson
  2. I want to be able to search for and filter products
  3. So that I can quickly find the product I am looking for

Acceptance criteria

  • Design product search bar #126 is done first
  • After entering a product name and pressing the search button, only products which contain the specific search string are shown
  • If filters are applied, the shown product fulfills at least one filter from each filter category. E.g. if "Transmission" and "Industrial application" is ticked, then products which are in either Transmission OR Industrial application are shown. If "Transmission" and "Germany" is ticked, then products which are in Transmission AND have the location Germany are shown. If "Transmission", "Germany" and "France" is ticked, then products which are in Transmission AND Germany, OR Transmission AND France are shown.

Definition of done

  • Documentation for the feature is done
  • Feature branch has been merged
  • Code has been reviewed by at least one other team member
  • Unit tests are written
@MichaelScheiderer MichaelScheiderer added the feature New feature or request label Jul 7, 2021
@gandompm gandompm self-assigned this Jul 11, 2021
@IremToroslu IremToroslu self-assigned this Jul 12, 2021
IremToroslu added a commit that referenced this issue Jul 12, 2021
regarding the #153.
also the color changed.
Waldleufer added a commit that referenced this issue Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants