What is Tracker? ==

Tracker 1.0 is a remake of Tracker (see tracker.rubyforge.org). It’s going to be a leaner/quicker ticket tracker.

Tracker is meant for personal projects where you want to keep track of bugs that pop up or features. The database is a local sqlite3 file that can be uploaded into your Subversion repository.

This program and all software is released under the MIT License. Feel free to use it, modify it, steal from it, etc. for personal or commercial use.

About ==

Author: Hugh Bien Email: [email protected] Guide: recursive2.wordpress.com/2007/05/11/re-introducing-tracker/ Repository: recursive2.com/svn/public/tracker Changelog: Use ‘svn log`

Below are checklists for the upcoming milestone and BDD checklist. The milestone checklist shows what features I’m aiming for. The BDD checklist is sort of a break down of the feature I’m currently working on.

To see a complete list of features and bugs, use ‘trac list` on the .tracker_db for this project.

Version 1.1.0 Milestone :: May 20, 2007 ==

trac help ‘command’ should spit out help messages for each command

Extract the class ‘Output’ from ‘Tracker’.

HTML output report

specifications for the ‘trac’ binary

bug fixes from v1.0.0

BDD Checklist ==

trac help

trac help bootstrap

trac help list

trac help search

trac help create

trac help show

trac help update

trac help delete

trac help add

trac help remove

trac help open

trac help close