TRAC experience (1) Miscellaneous
TRAC experience (2) Miscellaneous
TRAC experience (3) Workflow
TRAC experience (4) Report
TRAC experience (5) plug-ins
About TRAC experience (end 6) plug-ins
========================
About TRAC experience (end 6) plug-ins
Lai Yonghao (http://laiyonghao.com)
In plug-ins, I mainly introduced the plug-ins I am using, which fulfill the needs of many projects. However, when looking for plug-ins, I saw a lot of useful plug-ins, some of which are not compatible with the version 0.13 I used, or the functions are not as good as those of our team. But I can feel the excellence of these plug-ins and feel that it is worth sharing with you, because it may be suitable for you. Finally, I recommend an old blog named my TRAC plug-in (http://1.zdev.sinaapp.com /? P = 78), can be used as a supplement to my series of articles.
Project Progress statistics and quality metrics
Home page: http://trac-hacks.org/wiki/tracmetrixplugin. This plug-in can visually display the project status: generate a series of tables and images through statistics (see), allowing you to intuitively understand the project status, such as quality matrix and progress status. It establishes a reliable way for project managers to understand the project situation. However, I am afraid that my boss will make a fuss about quality and progress, so I have never used it, hahaha.
Typed ticket Workflow
Home page: http://trac-hacks.org/wiki/typedticketworkflowplugin. This plug-in can add a type for the ticket workflow: specified during creation. For example, if you want to transfer the job to the tester in the "ready for QA" status, you can use ready_for_qa.tickettype = task to allow ticket with only the task type to be transferred to this status. It can further constrain workflows. This is a double-edged sword. You can use it without your preferences.
Add support for ticket dependencies to TRAC
Home page: http://trac-hacks.org/wiki/masterticketsplugin. The plug-in further restricts the workflow. By adding blocks and blocked by fields to ticket, it can calculate the dependencies between ticket and generate beautiful images to intuitively understand the path Status of the project (see figure ), it is of great benefit to the project manager to understand the bottlenecks in the project progress in a timely manner. I don't think we need to add two fields in the US. We only need to set blocked by. blocks can calculate the block by field.
Test Manager Plugin for TRAC
Home page: http://trac-hacks.org/wiki/testmanagerfortracplugin. This plug-in is quite powerful. It can not only create test cases, but also manage use cases through the catalogs concept. It can even generate test plans and track their execution status and output. It also features that ticket is not used to store test-related data like other plug-ins. It uses wiki! The disadvantage of this plug-in is that it is too powerful and complicated. its home page is the longest of all the TRAC plug-ins I have ever seen, because it contains its extremely long help documentation. Finally, we provide a test status chart.