I want to build a simple bug-tracking system where I have tasks (discrete things to do) and then releases (groups of tasks).
How would I do something like this? Would I make each task have a key named "release ID" that has the value of the ID release document? I want to support views like "get all tasks for this release" as well as "get count of completed tasks for each release". All advice welcome. -- Matthew Wilson [email protected] http://tplus1.com
