Closed successPhil closed 6 months ago
Currently we have logic fetching data from the Pokemon API.
We have enough data to create a fixture, doing so should simplify game startup logic.
This should reduce loading time for users first logging in with no pokemon.
Added fixture to pokemon app, removed logic for fetching from pokemon API and corresponding test for checking results
Currently we have logic fetching data from the Pokemon API.
We have enough data to create a fixture, doing so should simplify game startup logic.
This should reduce loading time for users first logging in with no pokemon.