Skip to main content

Questions tagged [store]

-2 votes
3 answers
162 views

Let's take Shopify. They consider a shopping cart abandoned right after a customer has entered their email at the 1st step of checkout. I think it's wrong because a customer might need at least 5-10 ...
goja3318's user avatar
1 vote
3 answers
4k views

My job is to come up with an implementation to save searches linked to an individual user, as well as the ability to analyze this data for business cases. The data will be used for users to see their ...
Soundwave's user avatar
  • 143
3 votes
2 answers
236 views

I have php application like airbnb. I want to store search values each time user search for listings. my number 1 solution would be storing it in mysql table, but I'm not sure its wise to do, if site ...
Basit's user avatar
  • 139
4 votes
1 answer
901 views

Imagine that I've got a piece of custom audio hardware that I'd like to be able to control in a multitude of ways via a tablet/touchscreen GUI. In particular, my goals are to have the tablet's ...
Jeremy Friesner's user avatar