Changes between Version 100 and Version 101 of PeerReviewPlugin


Ignore:
Timestamp:
Apr 29, 2021, 10:29:53 AM (3 years ago)
Author:
Cinc-th
Comment:

added links to changeset review tutorial

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v100 v101  
    77This plugin integrates a code review system for software developers into Trac.  The interface integrates seamlessly with your repositories and Tracs source browser, thereby allowing users to work in their known environment.
    88
    9 The plugin can be used when developing software for regulated environments like [wikipedia:IEC_61508 IEC 61508] by
     9The plugin can be used when developing software for **regulated environments** like [wikipedia:IEC_61508 IEC 61508] by
    1010* enforcing proper processes using [wiki:PeerReviewPlugin/Workflows review workflows] and assigned reviewers,
    1111* tracking the review status for every single source file of your software,
     
    1515You may chose files from the repository and comment on them. Later on one may check the applied changes against the original file during a follow-up review using a diff view. File changes may be {{{approved}}} or {{{disapproved}}} depending on the outcome of the review.
    1616
    17 The plugin is also suitable for reviewing changesets by integrating with the changeset page of Trac.  
     17The plugin is also suitable for reviewing changesets by integrating with the changeset page of Trac. There is a [./ChangesetReview tutorial for changeset reviews] available.
    1818
    1919
     
    3838}}}
    3939
    40 Further documentation:
    41 
    42  * [wiki:PeerReviewPlugin/Documentation User guide]
    43  * [wiki:PeerReviewPlugin/Reports Reports]
    44  * [wiki:PeerReviewPlugin/Screenshots Screenshots]
    45  * [wiki:PeerReviewPlugin/Workflows Workflows]
    46 
    4740The plugin uses code from TestManagerForTracPlugin for the workflow feature (see TestManagerForTracPluginWorkflow) and persistence of objects (see TestManagerForTracPluginGenericClass). Thanks to [wiki:seccanj Roberto Longobardi] for making it available under the permissive bsd-license.
    4841
    4942See also:
    5043[[ListTagged(codereview)]]
     44
     45== Documentation
     46
     47More information can be found on the following pages:
     48
     49 * [wiki:PeerReviewPlugin/Documentation User guide]
     50 * [wiki:PeerReviewPlugin/ChangesetReview Changeset reviews]
     51 * [wiki:PeerReviewPlugin/Reports Reports]
     52 * [wiki:PeerReviewPlugin/Screenshots Screenshots]
     53 * [wiki:PeerReviewPlugin/Workflows Workflows]
    5154
    5255== Bugs/Feature Requests