<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">
Can you elaborate on how to interpret the "graphical depiction of comment stream"?<br></div></blockquote><div>I am struggling with the right perspective, which probably means it needs to be a lot more configurable, and as you point out, labeled... it shows much of the same high level information as the avatar view column, but 
could show a trend such as "there was a lot of activity up front by core
 devs, then they didn't comment much".<br><br>Here's the current scheme, as implemented:<br><ul><li>Marks: each block is a comment</li><li>x: date of comment from (right to left) creation of ticket to tomorrow: off by one feature of my use of d3, i think :)</li>
<li>y: which # of comment on that day (5 comments will be a stack of 5 blocks)... not super meaningful, except in aggregate</li><li>color: collaborators (e.g. IPython committers) are shown in one of the d3.scale.category20 colors, "others" in grey.<br>
</li></ul> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
This looks really cool.<br></blockquote><div>Thanks for the encouragement! Banging out bugs/inconsistencies right now, but really, really want to get back into the visualization parts! I think a touch more interactivity would bring out this content a bit more... for example, tooltips seem like low-hanging fruit (as I already have the user and full text sitting around... watch the API burn!), while I really would like to pull the touched paths from a pull request and light them up when you hover a ticket... as well as generally indicate "hot" paths across pull requests, showing where the "wild west" is.<br>
 <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I agree that the toolset that github provides can be really improved.<br></blockquote><div>
Hey, they're doing great stuff! The new task list thing is really cool... haven't looked into what it looks like coming off the API, as that would be a great way to show progress on a ticket, which otherwise would have to be pulled out of the unstructured text (bleah).<br>
</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Thanks,<br>
<br>
Jason<br></blockquote></div></div></div>