Stars are currently float values attached to the user account. Note that each user account now has three integer fields for rating (sum, count, and avg) to allow for constant-time updates of the average rating. These values are adjusted in the save function in the forms.
Stars are currently float values attached to the user account. Note that each user account now has three integer fields for rating (sum, count, and avg) to allow for constant-time updates of the average rating. These values are adjusted in the save function in the forms.