Niharika0104 / TrendTrove

An E-commerce application
https://trend-trove-three.vercel.app/
Apache License 2.0
8 stars 32 forks source link

Add Sorting Functionality to Products Section #81

Closed jeevan10017 closed 3 months ago

jeevan10017 commented 3 months ago

Is your feature request related to a problem? Please describe.

I'm always frustrated when I can't easily find products in a specific order, such as by price or discount. The current products section cannot sort items, making it difficult for users to quickly locate the best deals or compare products based on price.

Describe the solution you'd like

I propose adding sorting functionality to the products section, allowing users to sort items in the following ways:

Describe alternatives you've considered An alternative could be implementing filtering options for prices and discounts, but sorting provides a more straightforward way for users to organize and view products based on their preferences. Filters can be used in conjunction, but sorting gives immediate clarity in listing products.

Additional context Screenshot 2024-06-10 103519

I am excited about possibly contributing to this project as an SSOC Contributor and look forward to your feedback.

Kritika30032002 commented 3 months ago

same as #80

jeevan10017 commented 3 months ago

@Kritika30032002

80 is about filtering the items by their brand, filtering discount percentage (min 50% off / min 40% off /..)

81 is about sorting the product cards in increasing order or decreasing order (of their respective prices/discounts)

Both looks similar but they are different.