SrPatinhas / lunar-api

This will be the bridge between the Lunar e-commerce platform and a simple API base
GNU General Public License v3.0
7 stars 3 forks source link

List filters in API #4

Open SrPatinhas opened 1 year ago

SrPatinhas commented 1 year ago

We want to return a list of filters and its values, so we can filter the products in the list

sharik709 commented 1 year ago

Hello,

This seems easy, to begin with.

I'll work on this issue.

SrPatinhas commented 1 year ago

Thank you @sharik709 ! This was something that I was not getting to what I wanted to do. Because we have the Store > Attributes and then we have the Product > Options . And I wanted to get a list so anyone would be able to do some sort of sidebar like this image. So if you get it to work for something like this, then, GREAT! image If this ends up to have some complicated "settings" for the front-end, then just make some markdown for a documentation.

SrPatinhas commented 1 year ago

hey @sharik709 any news with this feature?