mirekdlugosz / create-pokemon-team

Web application that helps you build your own Pokémon team in any core series game
https://createpokemon.team/
GNU Affero General Public License v3.0
12 stars 3 forks source link

Allow user to select what data should be displayed #40

Open mirekdlugosz opened 4 years ago

mirekdlugosz commented 4 years ago

As suggested by reddit user /u/PureRok, it would be nice to highlight / grey out types that your team can't hit supereffectively.

We can't do it right now, as there is other data displayed along no. of SE moves, and highlighting based on only one variable will be confusing.

But instead we probably could allow user to select what data he or she wants to have displayed. So if user is looking for SE moves against given type, let them hide no of resisting, no of weak to and counter.

This could allow to include more data as well without making UI completely worthless, as additional data can always be hidden (or maybe even hidden by default, in case of something extra-specific).