rubycritic
rubycritic copied to clipboard
Animation over time
It's kind of a question if it's even possible, but I was thinking that with an awesome presentation as it is now, would it be possible to animate it over time ?
I'm not 100% sure how would be the best way to do it, but I was thinking that:
- over a range of let's say 1000 commits
- jump every 100 commits
- gather the stats (perhaps churn could be optimized - running from the oldest to the newest and for all but the first step run for the 100 commits and add them)
- show on the UI with some animation - well chart mostly, but the the score perhaps as well. Perhaps leaving track of the movement on the chart.
I got the idea from a nice TED talk: https://www.ted.com/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen
I know it's a kind of pie in the sky, but I was wondering about feasibility & feedback :)