Recent Changes - Search:

Users

Developers

Wiki help.

Achievements

The Achievements add-on tabulates completion rates of items. There is an optional part of the add-on to chart completion rates of next actions.

Requirements

The add-on itself, contained in files achievements.php and graph.php, requires:

  • PHP 4.3.2-4.4.x, or 5.x .

The optional charting element of this addon requires:

  • the gd2 php module, and
  • jpgraph. NB jpgraph is only free for non-commercial usage. There are different versions for PHP4 and PHP5 - make sure you get the right version for your PHP installation.

The charting element will check for the presence of these requirements before running.

Download and installation

Download and unzip achievements.zip (updated 2008-03-19 10:30 GMT) into your gtd-php installation directory

Configuration

To use the default configuration specified below, place jpgraph in a sub-directory of the parent of the gtd-php directory, so that the relative path from gtd-php to jpgraph is ../jpgraph/.

To activate your add-on, insert the text below in the addons section of config.php:

$config['addons']['achievements']=array(
        'link'=>"addons/achievements/achievements.php",
        'title'=>"Completion rates", 'label' => "Achievements",
        'where'=>'listItems.php?type=a&tickler=true','when'=>'after',
        'options'=>array('jpgraphdir'=>'../jpgraph/')
      );

Example output

Edit - History - Print - Recent Changes - Search
Page last modified on March 21, 2008, at 01:33 AM