I use Trac to track my bugs related to my php web application. Tough, mainly I register feature request/tasks in trac. Do you find it a good practice, btw?
It's very handy, becouse I can track my tasks via Eclipse/mylyn, comment and fix them. I like trac very much, but I'm afraid of a lot of loosley coupuled tasks, that almost looks like bugs.
Is there a way (or other tracker system) to store my tasks hierarchically? I mean:
- Store module (feature)
- Add product (feature)
- List product (feature)
- Delete product (feature)
- Unable to delete no name product (Bug)
- Other Module.. etc.
Edit: Is there any other good practice where and how to store tasks hierarchically?