= Trac Ticket Statistics = == Description == TracTicketStatsPlugin visualizes Trac ticket statistics. It plots the number of open tickets, the number of new tickets and the number of tickets closed. This plugin is written for Trac 0.11. == Requirements == This plugin was developed for Trac 0.11 with ClearSilver running Python 2.5. I have not tested this plugin in other environment so if you have any issues, create a [http://trac-hacks.org/newticket?component=TracTicketStatsPlugin&owner=echo0101 new ticket] or fix them and submit a patch. ''Note:'' Seems also to work with Python 2.4. == Screenshots == [http://trac-hacks.org/attachment/wiki/TracTicketStatsPlugin/screenshot.png] This screenshot shows what v1.0 of the plugin looks like. [http://trac-hacks.org/attachment/wiki/TracTicketStatsPlugin/%20mouseover.png] Mouse-over the elements on the graph to see the exact data points. == Permissions == This plugin adds the permission TSTATS_VIEW. User must have this permission to view the ticket statistics page. == Bugs/Feature Requests == Existing bugs and feature requests for TracTicketStatsPlugin are [report:9?COMPONENT=TracTicketStatsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracTicketStatsPlugin&owner=echo0101 new ticket]. == Install == === Trac.ini === Don't forget to add: * '''ticketstats.* = enabled''' == Download == Download the zipped source from [download:tracticketstatsplugin here].[[BR]] Download the egg from [http://trac-hacks.org/svn/tracticketstatsplugin/0.11/ticketstats-plugin/dist/Tracticketsats-1.0-py2.5.egg here] == Source == You can check out TracTicketStatsPlugin from [http://trac-hacks.org/svn/tracticketstatsplugin here] using Subversion, or [source:tracticketstatsplugin browse the source] with Trac. == Other Technologies Used == * YUI Charts [http://developer.yahoo.com/yui/charts/] YUI Charts is used to render the graph. == Example == This plugin can be used to visualize the progress of a project by seeing the rate of tickets being created vs. tickets being closed. Graphs can be customized. == Recent Changes == [[ChangeLog(tracticketstatsplugin, 3)]] == Author/Contributors == '''Author:''' Prentice Wongvibulsin [wiki:echo0101] [[BR]] '''Contributors:'''