Changes between Version 5 and Version 6 of PeerReviewPlugin/Documentation


Ignore:
Timestamp:
May 14, 2009, 8:10:43 PM (15 years ago)
Author:
eric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin/Documentation

    v5 v6  
    88
    99Distributed 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.   
    10 TRAC supports plug-in development with Python on the backend, and ClearSilver, a fast and powerful HTML template system, on the front-end. Javascript and AJAX were used to provide pages with dynamic features. An SQLite database is utilized to store all information about reviews and users.
     10TRAC supports plug-in development with Python on the backend, and [http://trac.edgewall.org/wiki/ClearSilver ClearSilver], a fast and powerful HTML template system, on the front-end. Javascript and AJAX were used to provide pages with dynamic features. An SQLite database is utilized to store all information about reviews and users.
    1111
    1212''Notes:''