rkgibson2 / data-driven-dota

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

Still to fix #24

Closed rkgibson2 closed 10 years ago

rkgibson2 commented 10 years ago
  1. Put everything on same page, figure out layout and CSS, do our best to make things work on different screensizes.
    • Decide on color/font schemes for the entire project
  2. Add way to switch between user data sets (reload page?)
  3. Add filters by game mode (AP, RD, etc) and lobby type (unranked, ranked), as well as figure out what game modes to filter out by default (Diretide, etc.)
  4. Add enter transition for nodes in GPM/XPM graph
  5. Maybe set up GPM/XPM graphs and timeline so you can drag even when starting on a node (see bottom of this page)
huihuifan commented 10 years ago

six. sliding on bar graph seven. on click of xpm/gpm graphs, bring up corresponding endgame screen eight. hero sunburst STILL DOESN'T TRANSITION- ANGELA FIX THIS!!! nine. do we want to convert sunburst into matrix graph? ten. decide if we want to add more graphs or not eleven. add user bubble graph twelve. make records- @BenjyLevin is doing this? Benjy? thirteen. maybe "help" button to bring up more info about filtering methods. i don't think we want such a lengthy description for each graph, but it might be helpful.

huihuifan commented 10 years ago

fixed 4

huihuifan commented 10 years ago

@rkgibson2 re: eleven: are you going to scrape the user names for all of the user ids in our dataset? If so, I will make this graph today

huihuifan commented 10 years ago

fourteen. sliding on chord graph doesn't work

huihuifan commented 10 years ago

fixed eight, no transition but now reappears filtered.

I think the problem is where .transition() is placed in hero_pie_transition().

huihuifan commented 10 years ago

fixed eight with transition.

huihuifan commented 10 years ago

@BenjyLevin fixed the problem at line 427

rkgibson2 commented 10 years ago

I'll try to get the usernames, but I'm not sure how hard it'll be.

rkgibson2 commented 10 years ago

@ 9 (sunburst -> matrix) I'm not sure.

huihuifan commented 10 years ago

did thirteen

huihuifan commented 10 years ago

did eleven, benjy did two, resolved ten, still working on eight, which is becoming lots of trouble

huihuifan commented 10 years ago

gave up on eight, moved to tooltip instead.