FedericoHeichou / PizzaReader

A Manga and Comics reader written in Laravel
GNU General Public License v3.0
16 stars 6 forks source link

Persistent ratings values #22

Closed FedericoHeichou closed 2 years ago

FedericoHeichou commented 2 years ago

Actually only the average of ratings is cached.
If someone clears the ratings table, all ratings of all chapters will be lost in the next table update.

I want to cache sum and count of ratings too, in this way we can calculate the rating in any moment.