Changes between Version 19 and Version 20 of PeerReviewPlugin/Documentation


Ignore:
Timestamp:
Jun 8, 2016, 5:56:36 PM (8 years ago)
Author:
Cinc-th
Comment:

Added screenshot of main page. Some text removal.

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin/Documentation

    v19 v20  
    77The PeerReviewPlugin is a plugin for Trac that facilitates distributed peer review of source code. Normally peer review happens in a central location with paper copies of code, or works in an unstructured fashion involving email or other electronic means to communicate. However, these systems are inefficient for multiple code reviews and can become unmanageable, because of the need for tracking and synchronising the suggestions for improvement. Hence, this plugin assists developers in managing and performing code reviews in a distributed and centralised way.
    88
    9 == Description
    10 
    11 Distributed peer review facilitates code review without the need for all team members to be present at the same time, thereby saving time. In addition, changes proposed under a distributed system are easier to implement. This project implements a distributed peer review system for Trac, a browser-based content management system that includes bug-tracking. The plugin integrates with Subversion, a popular open-source version control system.
    12 
    13 '''Note:''' Since version 2.1 this plugin uses the new template engine Genshi, and supports SQLite, PostgreSQL and MySQL as database backends.
    14 
    159== Manual
    1610
     
    1812
    1913The main page is displayed when the Peer Review button on the navigation bar is clicked.
     14
     15[[Image(my_code_reviews.png, 500px, border=2)]]
    2016
    2117The first table is the list of code reviews where you are the author. Clicking on any element in a particular row will take you to the View Code Review page for that row. Also, this table displays the code review ID, code review name, current status of the review, and the date that the review was opened.