wiki:StractisticsPlugin

Version 37 (modified by Ryan J Ollos, 14 years ago) (diff)

--

Allows to gauge project activity at a glance

Description

Stractistics is little plugin designed to estimate recent project activity. It's still an early version but we're already using it internally so it may be useful to you too. Feel free to drop some feedback.

Bugs/Feature Requests

Existing bugs and feature requests for StractisticsPlugin are here.

If you have any issues, create a new ticket.

Download and Source

Download [download:stractisticsplugin the zipped source], check out form here using Subversion, or browse the source with Trac.

Requirements

  • Clearsilver version 0.10.2 (for ver 0.4.1 onwards)

Your web browser must support :

  • Javascript
  • Macromedia Flash Player 9 plugin.

FireFox 2.0, Internet Explorer 7 and Opera 9.25 have been tested succesfully.

Usage

install with

easy_install http://trac-hacks.org/svn/stractisticsplugin/0.10/tags/0.4.2

First, enable the plugin.

[components]
stractistics.* = enabled 

Then if you've got STRACTISTICS_VIEW permission, a Stractistics button will appear on the navigation bar. Just click it and enjoy.
Now (from ver 0.3.0 upwards) you can customize the time gap thanks to the upper-left form. Please don't set the number of weeks higher than 25 because that clutters values on the x axis, I'll try to fix that sometime. Note that the ticket activity chart ignores the number of weeks, it only considers 30 days prior the chosen date.

  • A week is Monday through Sunday.
  • All results are real-time, Stractistics executes a series of queries against your Trac database when the page is loaded.

Options

From version 0.3.0 onwards, it's possible to customize these parameters:

  • repository_authors_limit : Number of users displayed on the repository activity chart. Its default value is 5.
  • wiki_authors_limit : Number of users displayed on the wiki activity chart . Its default value is 5.
  • ignored_repository_authors: List of users to be ignored in the repository activity chart. User names should be comma-separated. Its default value is empty.
  • ignored_wiki_authors: List of users to be ignored in the wiki activity chart. User names should be comma-separated. Its default value is empty.
  • max_author_characters: Maximum number of author characters to be displayed on the tables. This comes in handy when dealing with long author names. Its default value is None, therefore it doesn't mangle the names at all.

Right now, I'd advise against setting any of those parameters to a value greater than 8 because that leads to cluttered charts. If you wish to modify the default settings, create a new section called 'stractistics' in trac.ini and then add any of the parameters and its new value. Example:

[stractistics]
repository_authors_limit = 5
wiki_authors_limit = 7

Version 0.4.0 comes with new functionality: a bunch of individual user reports are available, check the new context navigation bar for the goods. On the other hand, there are some bad news because Trac 0.11 doesn't seem to like it, so 0.11 users are encouraged not to update until I manage to fix it(be patient please). Takashi Okamoto sent a patch for Trac 0.11 compatibility which ,after a little tweak to retain 0.10.4 compatibility, has been commited to Stractistics 0.4.2. Thank you very much Takashi! I've tested it under Trac 0.11 and 0.11rc with no problems so far.

Screenshots

Project reports: 0.4.1 global repors User reports: 0.4.1 user reports

User Comments

  • Looks great! Mantis has some nice reports like this - might be good to see the reports they generate. Hoping support for 0.11 is available soon!
  • Guys, very good plugin, congratulations
  • would be nice to be able to filter the ticket stats by ticket type (e.g. just the stats for defects, etc.) and/or component.
  • Great plugin! Eagerly waiting for 0.11 support also.
  • Nice - seems to work even with 0.11
  • Again: seems to work even with 0.11.2.1, so give it a try.

Recent Changes

17376 by rjollos on 2019-06-12 18:01:06
0.6dev: Make compatible with Trac 1.2+

Refs #13563.

17375 by rjollos on 2019-06-12 17:59:05
0.6dev: Fix typo in r17374

The plugin is now compatible with only Trac >= 1.0

17374 by rjollos on 2019-06-12 17:45:42
0.6dev: Remove trailing whitespace
(more)

Author/Contributors

Author: Daniel Gómez Brito - dagomez@gmv.com
Maintainer: Daniel Gómez Brito - dagomez@gmv.com
Contributors: Manuel Jesús Recena Soto - mjrecena@…

Attachments (5)

Download all attachments as: .zip