domtronn / game-cards

A node service to get Game information to populate business management style cards like in Trello.
0 stars 0 forks source link

Wallpaper images may not match the game #1

Open AlexChesters opened 8 years ago

AlexChesters commented 8 years ago

Currently we make the request for the wallpaper with the search term, however this can result in weird cases. For example, searching for "san andreas" returns the name "Grand Theft Auto: San Andreas", but the wallpaper images are associated with the film "San Andreas".

AlexChesters commented 8 years ago

We can resolve this by making the request for the wallpaper with the name from the IGBD api

AlexChesters commented 8 years ago

Me and @domtronn looked at doing this but making the second request dependant on the first resulted in quite bad performance issues. Sad face.