smotastic / smokedex

Clean Architecture Implementation of a Pokedex
3 stars 0 forks source link

replace PokemonModel #4

Closed smotastic closed 3 years ago

smotastic commented 3 years ago

The PokemonModel from the PokeApi() should not be used as a model in the smokedex, but should map to it's own Pokemodel, and only store what the smokedex really needs

smotastic commented 3 years ago

5