"""
simple issue tracker. i'm pressed for time
so this is fairly minimalistic in features
and in extensibility.

to make it more extensible, i'd like to
revisit this and add an IssueSchema object
against which issues would validate and at
some latter point separate out the workflow
into its own object for integration with
a workflow product and extensiblity.

on the question of why write another tracker
product for zope... well to be honest the existing
ones kinda of bite in terms of either functionality
or ui or licensing (distribution with gideon), minus
one which is ZShrink, but ZShrink wouldn't integrate
well with Gideon without some hacking because of its
dictation of user integration,its predominant use 
of ZPT, and the integration of notifications. at 
the same time this tracker is definitely ZShrink
inspired.


future ideas, splitting issues, nesting comments

"""
