itsalb3rt / savycart-app

Track personal purchases, No more paper and pencil to go to the supermarket 🏬
https://savycart.albert.do/
MIT License
50 stars 14 forks source link

Add sort option in product list #84

Closed itsalb3rt closed 1 year ago

itsalb3rt commented 1 year ago

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

Describe the solution you'd like Add a multiple sort like name, price, date created, category, etc... and add an option to reset the filters when any filter is applied.

I Added more information about this feature in the next days.

image

Describe alternatives you've considered None

Additional context None

itsalb3rt commented 1 year ago

Added created_at column to the products table

ALTER TABLE sheiley_shop.products ADD created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL;
itsalb3rt commented 1 year ago

TO-DO;