I use Trac to track my errors related to my php web application. Hard, basically I register the request / task functions in trac. Do you find this a good practice, by the way?
This is very convenient, because I can track my tasks through Eclipse / mylyn, comment on and fix them. I really like trac, but I'm afraid of a lot of empty tasks that are almost like errors. Is there a way (or another tracking system) to store my tasks hierarchically? I mean:
- Save module (function)
- Add product (function)
- Product List (Functions)
- Delete product (function)
- Unable to delete product name (error)
- Another module, etc.
Edit: Is there any other good practice where and how to store tasks hierarchically?
source
share