PokemonGoers / Catch-em-all

Now that we have tons of data about Pokemon (what they are, where they are, what’s their relationship, what they can transform into, which attacks they can perform, aso) we want to integrate it all into a comprehensive website. This website should contain sections about each Pokemon and its details. Additionally, the website should register the user’s location and tell the user how close is that the predicted pokemon to him/her. Additionally you will be incorporating the apps that were created by project B,C and D into the website. Your group will need to create automated builds and testing for this apps and use continuous integration to pull in new changes in the code repositories. Apps from projects B-D should be packaged and made available on NPM. Ideally when you completed these tasks the webapp component would integrate the apps by “requiring’ them. Here is a possible user story: when a user opens the website or the app the current location of the user will be shown. Additionally, the website/app will show automatically where the pokemons that are currently active are and where the pokemons that we predict to active in the nearest future (i.e. within half a day) will be located (all of this will be available from the app developed in project D). Hopefully, the website will be somewhat crowded by that data. Then, there needs to be a menu bar or something available (e.g. above the map or on the right side to it) that will list currently active or predicted pokemons. Clicking on one of them will make other pokemons on the map disappear, except of this clicked one. Separate web pages would allow the search and presentation of individual Pokemons and the information we gathered about them, including third party data (project A) and twitter analysis (project C)
9 stars 7 forks source link

PokeDex and PokeDex Detail pages changed/fixed #81

Closed philbu closed 7 years ago

philbu commented 7 years ago
WoH commented 7 years ago

If you solve the merge conflict and keep my new hook intact this should be good to go.

Edit: Please change the background color though.

Lugitan commented 7 years ago

badges_test_v2

I did a bit of styling and fixed the badges in the Pokémon details view. I created two options for the badges. First one is done with the <ion-badge> tag as before. For the second one the tag has been removed and will be just a <div> then. Any Preferences?

WoH commented 7 years ago

2/3 with the badge color corresponding to the the label color

johartl commented 7 years ago

I like the div better. However, can you make the width of the badge a few pixels smaller.

Lugitan commented 7 years ago

Sure. The dimensions are a bit weird anyway. I will look into it this evening.

philbu commented 7 years ago

Fixed the new image sources. It isn't .icon anymore. Instead it is .gifIcon, .pngIcon and .svgIcon. Unfortunately the data team hasn't uploaded pictures for svgIcon yet and the pngIcons aren't highres right now.

johartl commented 7 years ago

Is this good to merge?

johartl commented 7 years ago

@philbu I will merge this now. I really need some of the changes in here to finish the POI card.