sjwar455 / bgg-collections

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

fix for issue 1 #5

Closed sjwar455 closed 4 years ago

sjwar455 commented 4 years ago

In order to fix issue 1, a conditional path has been added to getBoardgame(id: String) to retry xml parsing when the XMLParser receives a certain parser error.

sjwar455 commented 4 years ago

One of the major downfalls of this fix is that it has potential to significantly increase the amount of time it takes to create the board game collection and start the app.

sjwar455 commented 4 years ago

Unfortunately, the merge of this pull request will also include the additions of the Boardgame Views functionality (basic)