-
Notifications
You must be signed in to change notification settings - Fork 0
Catalogue
Manuel edited this page Dec 2, 2024
·
9 revisions
-should display all the necessary elements
- should display products containers in catalogue
As a user 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 user 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
- should allow user to filter products by size
- should allow user to filter products by color
As a user 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 user 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
- should allow user to filter products by styles
As a user 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 user 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
- should allow user to filter products by price
As a user 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 user 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 user 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 user 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 user 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 user 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 user 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 user 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