gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Pokemon Set Controller #96

Open gdirk07 opened 2 years ago

gdirk07 commented 2 years ago

A new controller to be used in the new "Pokemon Set" feature. The Controller should

  1. hold a collection of PokemonDTOs that contain only the default sprite and name
  2. Is able to add new PokemonDTOs to the collection
  3. Is able to remove PokemonDTOs to the collection
  4. Is able to return the collection of PokemonDTOs
  5. Is able to return a single PokemonDTOs