VizGrimoire / VizGrimoireR

R Library to analyze data gathered from Metrics Grimoire and others
14 stars 10 forks source link

Generate evol and static JSON data for developers #3

Closed acs closed 11 years ago

acs commented 11 years ago

VizJS needs info per developer in order to create a page like:

http://bitergia.com/public/reports/openstack/2013_04_grizzly/company.html?company=Red%20Hat but focused in developer activity in the project. So VizR should generate evol and static data per developer and then VizJS will viz it.

acs commented 11 years ago

Following Bitergia developer howto, first step is to create a new branch to develop the new feature. In general "master" will be the root branch but now, "newperiod" is the reference branch. The branch is "dev-developerPage-3".

https://github.com/VizGrimoire/VizGrimoireR/tree/dev-developerPage-3

acs commented 11 years ago

Done!

http://bitergia.com/reports/VizGrimoireJS/browser/people.html?id=13&name=Dave%20Brondsema

All changes committed to VizJS and VizR. The feature will be completed in future iterations.