isitfedoraruby visualizations: visually represent a fedora contributor's packages
completed by: areke
mentors: Mo Morsi
The student should use this graph in the d3.js library to render the packages any given fedora user owns
http://bl.ocks.org/4063269
The size of the bubble should be proportional to the number of commits on the package.
All the data is already stored in the db and d3 is already integrated in so the student just needs to add the interface to display this information.
This task will be marked as completed once the student attaches the patch adding this functionality here and optionally sends a pull request to the codebase