edgarjs / ajaxful-rating

Provides a simple way to add rating functionality to your application.
http://rdoc.info/projects/edgarjs/ajaxful-rating
418 stars 127 forks source link

Can a user to rate the same object more than one time #70

Closed iotriado closed 12 years ago

iotriado commented 12 years ago

Hello, I want to ask if a user can rate more than once the same object. For example i want a user to leave rating every time he/she buys a product. So if i buy 10 times the same product i will leave 10 eavaluations for this products Br Triantopoulos Ioannis

edgarjs commented 12 years ago

Hello, currently there's no way to allow a user rate the same object. It will update the previous value.

iotriado commented 12 years ago

OK thanks for your response