Sorry, responded to the wrong address - I've forwarded this copy to the mailing list.<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Samuel Clements</b> <span dir="ltr"><<a href="mailto:borntyping@gmail.com">borntyping@gmail.com</a>></span><br>
Subject: Re: [Teammetrics-discuss] Google Summer of Code - Team Activity Metrics<br>To: Sukhbir Singh <<a href="mailto:sukhbir.in@gmail.com">sukhbir.in@gmail.com</a>><br><br>Thanks for the quick reply! I've subscribed to the mailing list already, by the way.<br>
<br>So the data is stored in SQL tables, and will need to be extracted, then presented to users though the web.<br><br>Is the data collected regularly, or would the metrics have to be run when someone accesses something on the web interface?<br>

<br>With respect to the information on the GSoC Projects page: "Writing tools to verify that the information gathered using the metrics is correct." What would this require as part of the project?<br><br>--<br>
Sam<br>
<br><div class="gmail_quote">On Sun, Mar 18, 2012 at 1:07 PM, Sukhbir Singh <span dir="ltr"><<a href="mailto:sukhbir.in@gmail.com" target="_blank">sukhbir.in@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Samuel,<br>
<br>
[I am CCin you in case you are not subscribed to the mailing list yet]<br>
<br>
Thank you for your interest in the 'Team Metrics' project.<br>
<br>
I am assuming you have already read the description [0] that explains<br>
what 'Team Metrics' is about. We aim to measure the performance of<br>
teams in the Debian community through different metrics, such as,<br>
mailing list activity (who talks the most in a mailing list), commit<br>
activity (who is making the most number of commits) and package upload<br>
records from the Ultimate Debian Database.<br>
<br>
We have already implemented the tools that gathers the data and the<br>
database has also been populated. So you need not worry about how to<br>
gather the data above -- your job will only be to design an interface<br>
to access that data. To give you an idea of what type of data we are<br>
talking about, have a look at [1] and [2]; these are the team<br>
statistics for the 'Team Metrics' team in Debian.<br>
<br>
To give you an example, a sample form of the project can be something<br>
like this: you need to know who are the top two contributors to the<br>
'teammetrics' mailing list in the 'Team Metrics' team.<br>
<br>
So because the data is ready, you run a query:<br>
<br>
SELECT name, count(*) FROM listarchives WHERE<br>
project='teammetrics-discuss' GROUP BY name ORDER BY count DESC LIMIT<br>
2;<br>
<br>
       name        | count<br>
-------------------+-------<br>
 Sukhbir Singh     |   443<br>
 Andreas Tille     |   311<br>
<br>
(listarchives is the table that has all the mailing list activity stored)<br>
<br>
and then nicely render this output to the user and generate a graph. I<br>
hope you get an idea of what I was trying to show you, that the data<br>
is there, you just need to fetch it and present it.<br>
<br>
As far as the people behind the project, Andreas Tille started this<br>
project, he was my mentor last year and I worked with him. This year,<br>
we both are co-mentoring and we want to get this web interface done.<br>
<br>
If you have any more questions, I am on IRC, 'SukhE' on #debian-soc<br>
(<a href="http://irc.debian.org" target="_blank">irc.debian.org</a>). We prefer this mailing list for discussions, so feel<br>
free to continue here and ask more about the project.<br>
<br>
[0] - <a href="http://wiki.debian.org/SummerOfCode2012/Projects#Improving_Debian_Team_Activity_Metrics" target="_blank">http://wiki.debian.org/SummerOfCode2012/Projects#Improving_Debian_Team_Activity_Metrics</a><br>
[1] - <a href="http://i.imgur.com/804Du.png" target="_blank">http://i.imgur.com/804Du.png</a><br>
[2] - <a href="http://i.imgur.com/QWrNx.png" target="_blank">http://i.imgur.com/QWrNx.png</a><span class="HOEnZb"><font color="#888888"><br>
<span><font color="#888888"><br>
--<br>
Sukhbir<br>
</font></span></font></span></blockquote></div><br>
</div><br>