Changes between Version 81 and Version 82 of PeerReviewPlugin


Ignore:
Timestamp:
Feb 28, 2016, 2:23:05 PM (8 years ago)
Author:
Cinc-th
Comment:

Improvements to description

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v81 v82  
    55== Description
    66
    7 This plugin integrates a distributed peer review system for software developers into Trac. 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 and in a distributed manner. This program is written primarily in Python. The interface integrates seamlessly with Subversion, thereby allowing users to browse the repository for reviewable files. Genshi is used as the server-side web-based scripting language with Javascript and AJAX to modernize the user interface.
     7This 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.
     8
     9The 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.
    810
    911Further documentation: