olegkord / HoopHub

Node JS project for General Assembly WDI
0 stars 0 forks source link

When fetching a player to display from local database, check API for updates #12

Closed olegkord closed 8 years ago

olegkord commented 8 years ago

To keep accurate data, we need to ping the API to see if there are any updates.

olegkord commented 8 years ago

We have discussed and decided that player information does not change frequently enough to warrant check every time a player is queried.