Hi guys

I am trying to implement a rating system where users rate each other.
So there is no item (or the user is a item, that also rates).

I keep on running into the problem where, my "items" keep on growing, because new users come onto the system.

Is there a algorithm to solve this problem?

Comments

slewazimuth’s picture

Google AI and neural networks.

neerajsingh’s picture

Use five star module and add a field at user entity from - "admin/config/people/accounts/fields" with field type as "Fivestar Rating".

Then assign appropriate permission for users to rate other users in the system.