Questions tagged [store]
The store tag has no summary.
7 questions
-2 votes
3 answers
162 views
At what point a shopping cart can become deemed abandonded?
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 ...
1 vote
3 answers
4k views
Saving user searches to a database
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 ...
3 votes
2 answers
236 views
Storing user search terms
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 ...
4 votes
1 answer
901 views
Qt Quick dynamic QML vs Apple's App Store rules
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 ...