-
Notifications
You must be signed in to change notification settings - Fork 0
Catalogue
Manuel edited this page Dec 9, 2024
·
9 revisions
As a customer, I want the catalogue to display products, so that I can see which products are available:
- should display products containers in catalogue
As a customer, I want the catalogue to have a 'selection tree', so that I can navigate to different sections of the catalogue more easily:
- should display selection tree and allow user to navigate to different catalogue sections
As a customer, I want the catalogue to have a 'Categories' filter, so that I can find products more easily:
- should allow user to filter products by category
As a customer, I want the catalogue to have a 'Size' filter, so that I can find products more easily:
- should allow user to filter products by size
As a customer, I want the catalogue to have a 'Color' filter, so that I can find products more easily:
- should allow user to filter products by color
As a customer, I want the catalogue to have a 'Properties' filter, so that I can find products more easily:
- should allow user to filter products by properties
As a customer, I want the catalogue to have a 'Compositions' filter, so that I can find products more easily:
- should allow user to filter products by compositions
As a customer, I want the catalogue to have a 'Styles' filter, so that I can find products more easily:
- should allow user to filter products by styles
As a customer, I want the catalogue to have a 'Availability' filter, so that I can find products more easily:
- should allow user to filter products by availability
As a customer, I want the catalogue to have a 'Condition' filter, so that I can find products more easily:
- should allow user to filter products by condition
As a customer, I want the catalogue to have a 'Price' filter, so that I can find products more easily:
- should allow user to filter products by price
As a customer, I want the catalogue to have a sorting by 'lowest price first', so that I can check products more easily:
- should allow user to filter products by 'lowest price first'
As a customer, I want the catalogue to have a sorting by 'highest price first', so that I can check products more easily:
- should allow user to filter products by 'highest price first'
As a customer, I want the catalogue to have a sorting by 'product name: A to Z', so that I can check products more easily:
- should allow user to filter products by 'A to Z'
As a customer, I want the catalogue to have a sorting by 'product name: Z to A', so that I can check products more easily:
- should allow user to filter products by 'Z to A'
As a customer, I want the catalogue to have a sorting by 'In Stock', so that I can check products more easily:
- should allow user to filter products by 'In Stock'
As a customer, I want the catalogue to have a sorting by 'lowest reference first', so that I can check products more easily:
- should allow user to filter products by 'lowest reference first'
As a customer, I want the catalogue to have a sorting by 'highest reference first', so that I can check products more easily:
- should allow user to filter products by 'highest reference first'
As a customer, I want the catalogue to have a the option to display products in either 'grid' or 'list' view to see products in the way that better suits me:
- should display products by default on grid view
- should allow user to display products by grid view
- should allow user to display products by list view
- should remember user view preferences after page reload