Revenue System based on Versioning/Trac/Ticket Statistics - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T23:45:18Zhttp://stackoverflow.com/feeds/question/778978http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/778978/revenue-system-based-on-versioning-trac-ticket-statistics1Revenue System based on Versioning/Trac/Ticket Statisticshydroes2009-04-22T20:09:49Z2009-04-22T20:19:49Z
<p>Lately I had the idea that a badge system system like stackoverflow's could be applied to trac (or whatever system) to stimulate your developers handle tickets, bugs and so on.
The naive approach would be very vulnerable to abuse (obviously).</p>
<p>The question is:
Is there a system like that is applied in a work process (non-community).
It might even be connected to monetary benefits.</p>
<p>I am not sure myself if this is even the right thing to do.</p>
http://stackoverflow.com/questions/778978/revenue-system-based-on-versioning-trac-ticket-statistics/779005#7790051Answer by Allen for Revenue System based on Versioning/Trac/Ticket StatisticsAllen2009-04-22T20:17:00Z2009-04-22T20:17:00Z<p>While slightly different, you may want to check out <a href="http://wiki.hudson-ci.org/display/HUDSON/The%2BContinuous%2BIntegration%2BGame%2Bplugin" rel="nofollow">The Continuous Integration Game, plugin for Hudson</a>. Users get points for doing certain things like completing tasks, fixing tests, etc. and you may be able to customize the points. </p>
<p>Hudson also has a <a href="http://wiki.hudson-ci.org/display/HUDSON/Trac%2BPlugin" rel="nofollow">trac plugin</a>, maybe you can put them together and make something awesome.</p>
http://stackoverflow.com/questions/778978/revenue-system-based-on-versioning-trac-ticket-statistics/779015#7790152Answer by ceejayoz for Revenue System based on Versioning/Trac/Ticket Statisticsceejayoz2009-04-22T20:19:49Z2009-04-22T20:19:49Z<p>Make sure you read <a href="http://thedailywtf.com/Articles/The-Defect-Black-Market.aspx" rel="nofollow">The Defect Black Market</a> first. :-)</p>