Changes between Version 66 and Version 67 of PeerReviewPlugin


Ignore:
Timestamp:
Oct 21, 2009, 6:24:21 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Adding link to similar plugin

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v66 v67  
    66
    77This system uses Trac's newly implemented plugin system allowing an integrated distributed peer review system for software developers. With Trac's current set of features, a peer review plugin fits nicely into its lineup. This plugin's goal is to eliminate the need for time consuming code review meetings by giving developers the ability to review code in a user-friendly web-based environment during their own time. This program is written primarily in python using many of Trac's plugin components. The interface integrates seemlessly with Subversion allowing users to browse the repository for reviewable files. Clearsilver is used as the server-side web-based scripting language with Javascript and AJAX to modernize the user interface. This program uses Trac's SQLite database and requires no changes to the user's original Trac installation.
     8
     9See also: CodeReviewPlugin
    810
    911== Bugs/Feature Requests ==