Changes between Version 82 and Version 83 of PeerReviewPlugin


Ignore:
Timestamp:
Apr 6, 2016, 7:06:21 PM (8 years ago)
Author:
figaro
Comment:

Added some technical notes.

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v82 v83  
    77This plugin integrates a distributed peer review system for software developers into Trac. The plugin eliminates 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 and in a distributed manner. The interface integrates seamlessly with your repository, thereby allowing users to browse it for reviewable files.
    88
    9 The plugin is not meant for reviewing change sets albeit there is an enhancement request for implementing this feature. It's purpose is to review files from the repository and comment on them. Later on one may check the applied changes against the original file using a diff view.
     9The plugin is not meant for reviewing change sets albeit there is an enhancement request for implementing this feature. Its purpose is to review files from the repository and comment on them. Later on one may check the applied changes against the original file using a diff view.
     10
     11This program is written in Python with Genshi, Javascript and AJAX for the user interface.
    1012
    1113Further documentation: