dsubhaji / Gnome_MSR2009

centralization
0 stars 0 forks source link

CR-11 - Generation of Developer Activty Network (DAN) for Gnome #16

Open dsubhaji opened 10 years ago

dsubhaji commented 10 years ago

Given a set of Gnome products, and start and end dates, generate a developer activity network (DAN) for each product. The vertices of DAN are developers. In DAN, two developers are connected by an edge if both of them have have performed some activity on at least one bug. The weight of each edge is the number of bugs the two developers at the ends of the edges have both performed activities upon.

Rename current menu item

  1. Generate Developers Network File in PAJEK Format for a Given Set of Products

as

  1. Generate Developer Communication Network (DCN) in PAJEK Format for a Given Set of Products

Add another menu item immediately after this as:

Generate Developer Activity Network (DAN) in PAJEK Format for a Given Set of Products

altuz commented 10 years ago

I have done this and synced it with github.

On Sun, Aug 3, 2014 at 5:32 PM, dsubhaji notifications@github.com wrote:

Given a set of Gnome products, and start and end dates, generate a developer activity network (DAN) for each product. The vertices of DAN are developers. In DAN, two developers are connected by an edge if both of them have have performed some activity on at least one bug. The weight of each edge is the number of bugs the two developers at the ends of the edges have both performed activities upon.

Rename current menu item

  1. Generate Developers Network File in PAJEK Format for a Given Set of Products

as

  1. Generate Developer Communication Network (DCN) in PAJEK Format for a Given Set of Products

Add another menu item immediately after this as:

Generate Developer Activity Network (DAN) in PAJEK Format for a Given Set of Products

— Reply to this email directly or view it on GitHub https://github.com/dsubhaji/Gnome_MSR2009/issues/16.