sjwar455 / bgg-collections

app to view collections of board games through board game geek
0 stars 0 forks source link

Long collection building time (1-2+ mins) #6

Open sjwar455 opened 4 years ago

sjwar455 commented 4 years ago

At start of app, all board game data is parsed from URL. Occasionally (sometimes frequently) the URL can't be reached and a retry must be performed. Sometimes it takes several retries before a successful connection is made to the the URL. In collections that are 50-100+ boardgames, this has great potential to significantly increase the time it takes to start the app.

sjwar455 commented 4 years ago

Suggested solutions:

  1. Display BoardgameList with the names only. Query for boardgame only when user requested
  2. Download in background
  3. Download a portion at a time