Changes between Version 2 and Version 3 of PeerReviewPlugin/Documentation


Ignore:
Timestamp:
May 30, 2008, 10:07:27 PM (16 years ago)
Author:
Sebastian Marek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin/Documentation

    v2 v3  
    1 == Distributed Peer Review - User Guide ==
     1= Distributed Peer Review - User Guide =
     2[[PageOutline(2-3, Categories, pullout)]]
    23
     4== Overview ==
    35Distributed Peer Review system is a plug-in for TRAC that facilitates distributed peer review of code. Normally peer review happens in a central location with paper copies of code, or works in an unorganized fashion involving email or other electronic means to communicate. However, these systems are inefficient for multiple code reviews, and can become unmanageable very quickly. Hence, this system assists developers in managing and performing code reviews in a distributed way.
    46
    5 === Description ===
     7== Description ==
    68
    79Distributed peer review facilitates code review without the need for all team members to meet together, saving valuable time. In addition, changes proposed under a distributed system are easier to implement. Our project seeks to create a distributed peer review system by creating a plug-in for TRAC, which is a browser-based content management system that includes bug-tracking. The plug-in integrates with Subversion, a popular open-source version control system.   
     
    1012''Notes:''
    1113Since version 2.1 plugin is going to use new template engine - Genshi, and support SQLite, PostgreSQL and MySQL database backends.
     14
     15== Manual ==
    1216
    1317=== Main Page ===
     
    2529=== Manager Options ===
    2630
    27 === Glossary ===
     31== Glossary ==
    2832
    29 === License/Disclaimer ===
     33== License/Disclaimer ==