connorshea / vglist

A video game library tracking web app built in Rails and powered by Wikidata.

Home Page:https://vglist.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose the number of ratings a game has in the API

connorshea opened this issue · comments

May want to add an index on the game purchases table to make this more performant. Game ID + rating value (maybe do a where rating not null)

Implemented in #2171