mtamc / memo

Website for rating books, movies, video games, and TV shows.
0 stars 0 forks source link

Mean score sometimes outputs incorrect numbers #8

Closed dustinvtran closed 2 years ago

dustinvtran commented 2 years ago

2022-01-30 13_57_07

Happens a few times in the lists. My guess is that one entry has some weird outlier numbers?

ghost commented 2 years ago

Some scores have remained strings for some reason. I'll create a script to fix that.

ghost commented 2 years ago

I've fixed this, and I've created a db_maintenance folder with an initial example script that gets all the documents in a collection, process the documents, then sends them back to the database for an update. Over time this folder will be more documented and easier to use for db maintenance.