amosproj/amos2021ss08-carbon-footprint

Search/Filter function

Opened this issue · 0 comments

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

  • #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