Changes between Version 68 and Version 69 of PeerReviewPlugin


Ignore:
Timestamp:
Feb 28, 2010, 11:59:36 PM (14 years ago)
Author:
Ryan J Ollos
Comment:

Add related plugin

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v68 v69  
    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.
    88
    9 See also: CodeReviewPlugin
     9See also: CodeReviewPlugin, ExoWebCodeReviewPlugin
    1010
    1111== Bugs/Feature Requests ==