Codestriker is a popular code review tool.
I'm looking for a solution to integrate Trac to codestriker (ie. track the time spent on code reviews). Each code review topic would have to be a project entry in Trac. Developers could log time against the code reviews allocated to them. A code review project would have three states: open (when review is set up), pending (if any time has been logged but review not closed yet) and closed (when review is closed).
This would be a very usefull tool for project managers / organizations, since they would have an ideea of how much they spend in code reviews (an important element of the software development process).
Thanks,