Skip to content

Catalogue

Manuel edited this page Dec 2, 2024 · 9 revisions

Catalogue - Selection Tree

-should display all the necessary elements

As a user I want the catalogue to display products so that I can see which products are available:

  • 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

Catalogue - Filters

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

As a user 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 user 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 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

As a user 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 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

As a user 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

Catalogue - Sorting

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

Catalogue - View

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
Clone this wiki locally