I am working on a “hot or not” type of web application where the user will be able to rate a random picture, and we want to encourage the user to rate by making their own images displayed more often. Below is a description of what I'm looking for.
1- You need to show a random image of user
2. A user with more activity will have a better chance that image 3 will appear. Suppose you have a lot of pictures, so I need an effective solution.
What is the most effective way to do this? The only solutions that I currently have is to save the main list table with the whole image, and when someone evaluates, I insert entries in this table to add them to% of the show, and when the user loads the application, I download random identifier 500 images in the session with the list of exceptions for already viewing / rating the image.
thanks
user167191
source
share