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

Pokemon sightings / pokemon predictions #154

Open goldbergtatyana opened 7 years ago

goldbergtatyana commented 7 years ago

Hey @PokemonGoers/catch-em-all , thanks for your creative idea of showing pokemons sightings and predictions using the two sliders. The implementation of sliders is beautiful!

Few comments:

johartl commented 7 years ago

please add a mouse hover text

You are aware that hover texts won't work on touch devices? Maybe we should find a solution which works on all devices consistently.

bensLine commented 7 years ago

Predictions are for the current timestamp. every 15min the training set for the classifier is updated

goldbergtatyana commented 7 years ago

Nope, not aware :) Well, the icon needs to be self explanatory somehow. What if we have a picture of a pokemon, or even better yet a pulsating image of the location pin (so that it immediately grabs the attention of the user) instead of the blue circle?

gyachdav commented 7 years ago

You guys know that currently we do not get updated sightings since all sources are down (except for twitter but the number of reported sightings there is very low). Please verify with @sacdallago and @PokemonGoers/pokedata but currently there is no point in trying to update the model.

MajorBreakfast commented 7 years ago

@goldbergtatyana

Instead a simple switch for showing predictions could be sufficient

No problem

the icon needs to be self explanatory somehow

We could add a label "Filter Options". We'll come up with something

sacdallago commented 7 years ago

@gyachdav I doubt that the services will be up anytime soon! We have to drive people to use twitter in a way that works for our app.