v32-aspit-ecommerce / Webshop

0 stars 1 forks source link

Develop and Implement a CategoryFilter Component #3

Open klementj opened 8 months ago

klementj commented 8 months ago

Reason for Issue: To enhance product navigation and improve user experience by allowing customers to filter products by categories.

Description: Create a CategoryFilter Vue component that enables users to filter the product listings on the webshop by selecting one or multiple product properties. The component should be responsive and integrate seamlessly with the existing webshop design using PrimeVue. See the figma file for a design example.

Tasks:

Acceptance Criteria:

Resources:

Notes:

klementj commented 8 months ago

@GARZTHONGK Maybe you can list the properties that all products have. Like color and...?

Is it possible to get all products from a specific category through an endpoint like medusa/products/men ?