doublesecretagency / craft-starratings

Star Ratings plugin for Craft CMS
Other
4 stars 3 forks source link

Ability to calculate the grand average of all "Review" style ratings #2

Open lindseydiloreto opened 6 years ago

lindseydiloreto commented 6 years ago

It's possible to add a Rate field to a front-end form. Using this technique, you can create a "Reviews" section for users to rate & review your elements.

However, it's currently a little tricky (though possible) to get a grand average of all ratings associated with an element. There should be a way to pre-calculate and save this value, so that it doesn't need to be calculated at runtime.