successPhil / PokemonKO-prod

1 stars 1 forks source link

Update Pokemon app to use pokemon fixture #5

Closed successPhil closed 6 months ago

successPhil commented 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.

successPhil commented 6 months ago

Added fixture to pokemon app, removed logic for fetching from pokemon API and corresponding test for checking results