Generating a list of options for a user based on predefined criteria

I am building a shopping application where a user selects from a list of predefined options. The options are
1.) Budget
2.) Store distance
3.) Store/ brand
4.) Least number of stops to complete shopping
The idea is to get the user to select any criteria from the list of criterias and have the application suggest to the user the best options. It gives the user a best option for each selected criteria.

1 Like

You can do a sort by for these different parameters. Sort by is available by default in the Do a search for operator in Bubble
Example - When a user selects Budget, you can sort by the Budget field in the table

Thanks Zeroic for your response. I appreciate
I forgot to add that each of these criteria is weighted. You want to suggest to the user the closest store from his present location if he picked store distance as one of his criteria or a store that sells items on his shopping list the cheapest if he picks budget as a criteria. You get where i am going with this. My question is what data type or option set would you suggest and how would the logic be on the front end (repeating group) to get the user good suggestions.

This topic was automatically closed after 70 days. New replies are no longer allowed.