rkgibson2 / data-driven-dota

Dota 2 visualizations, for CS 171 final project
6 stars 2 forks source link

Benjy work #30

Closed huihuifan closed 10 years ago

huihuifan commented 10 years ago
  1. records
  2. timeline bug to fix, issue detailed on github
  3. filter by game mode + lobby time
  4. switch between user datasets- finished. looks good!

maybe we shouldn't default to me, because two of the graphs basically don't show anything? thoughts?

rkgibson2 commented 10 years ago

Set default to me

BenjyLevin commented 10 years ago

4 finished earlier.

2 and 3 now done.

Working on 1.

rkgibson2 commented 10 years ago

we need to filter by lobby type as well

https://github.com/kronusme/dota2-api/blob/master/data/lobbies.json

BenjyLevin commented 10 years ago

Kwl I'll add this to the filter

On Apr 15, 2014, at 7:59 PM, Robbie Gibson notifications@github.com wrote:

we need to filter by lobby type as well

https://github.com/kronusme/dota2-api/blob/master/data/lobbies.json

— Reply to this email directly or view it on GitHub.

huihuifan commented 10 years ago

thanks! :) filter by match type is working super well

On Tue, Apr 15, 2014 at 8:39 PM, BenjyLevin notifications@github.comwrote:

Kwl I'll add this to the filter

On Apr 15, 2014, at 7:59 PM, Robbie Gibson notifications@github.com wrote:

we need to filter by lobby type as well

https://github.com/kronusme/dota2-api/blob/master/data/lobbies.json

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/rkgibson2/Dota-2-visualizations/issues/30#issuecomment-40551361 .

rkgibson2 commented 10 years ago

Is it possible to filter out items from the data set that we'll never use on load (like diretide and wraith-night games, etc.)

rkgibson2 commented 10 years ago

I also fixed the data, enter, exit setup for the timeline transition

BenjyLevin commented 10 years ago

@rkgibson2 yer I'll run a filter on load

BenjyLevin commented 10 years ago

wrote underlying code for 1 - need to discuss how we want to display these things

BenjyLevin commented 10 years ago

filtering by lobby type (3) also added to the graph but also need to discuss where this will be placed

BenjyLevin commented 10 years ago

closing this - all the above implemented - opening new issue for the issues surrounding any of these implementations.