Changes between Version 9 and Version 10 of PeerReviewPlugin/Documentation
- Timestamp:
- Jan 24, 2016, 10:19:28 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PeerReviewPlugin/Documentation
v9 v10 23 23 The 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. 24 24 25 [[Image(mainPage_2.PNG )]]25 [[Image(mainPage_2.PNG, 50%)]] 26 26 27 27 The second table is the list of code reviews where you are the reviewer. Clicking on any element in a particular row will redirect to the View Code Review page for that row. Also, this table displays the code review ID, code review author, review name, your voting status for the review, and the date that the review was opened. 28 28 29 [[Image(mainPage_3.PNG )]]29 [[Image(mainPage_3.PNG, 50%)]] 30 30 31 31 Managers will see an additional table at the top of the page above the two tables that are typically there for a developer. These are the code reviews that need to be reviewed by a manager. After approval by a manager, the manager should add the changes in the code review to the development trunk. 32 32 33 [[Image(mainPage_1.PNG )]]33 [[Image(mainPage_1.PNG, 50%)]] 34 34 35 35 Finally, just below the navigation bar in the upper right corner are some navigation links for moving through the plugin. The links will take you to the Main Page, New Code Review Page, and Search Code Review Page, respectively. … … 54 54 Navigation through this repository is identical to navigation through the TRAC repository. Clicking on folders navigates through the folder. Clicking on files will open that file if an HTML preview is available. To navigate back up, click on the corresponding folder above the repository (for example, where it says "root"). 55 55 56 [[Image(newCodeReview_step2_1.PNG, 75%)]]56 [[Image(newCodeReview_step2_1.PNG, 50%)]] 57 57 58 58 Once a file has been opened, the repository browser will look similar to this: 59 59 60 [[Image(newCodeReview_step2_2.PNG, 75%)]]60 [[Image(newCodeReview_step2_2.PNG, 50%)]] 61 61 62 62 In order to select a file to be added into the peer review, click the corresponding lines of code on the left that you would like to add. For example, here the user clicked on 82 and clicked on 87 to select lines 82-87. Alternately, the user could type those numbers into the corresponding text boxes below the repository browser. … … 69 69 Only users with permission ''CODE_REVIEW_DEV'' will be shown in the dropdown list. 70 70 71 [[Image(newCodeReview_step3.PNG )]]71 [[Image(newCodeReview_step3.PNG, 25%)]] 72 72 73 73 ==== Provide notes and instructions … … 75 75 General comments can be added to the code review. These comments can be seen by anyone viewing the code review. 76 76 77 [[Image(newCodeReview_step4.PNG )]]77 [[Image(newCodeReview_step4.PNG, 50%)]] 78 78 79 79 After adding general comments, the user is ready to add the code review. Click "Add Code Review" at the bottom of the page to do this. The user will be taken to the View Code Review page for this code review. 80 80 81 81 === Peer Review Search 82 This page helps search for code reviews, given relevant information to find the correct code reviews. First, search constraints are selected, and then a search is performed by clicking on the search button. When search constraints are selected and a search is performed, code reviews that still satisfy the constraints are listed. If no constraints are given, all reviews, both active and inactive (closed), are listed. Combinations of fields narrow the search results. For example, searching for reviews after one month ago and by a certain author will likely return less results than searching by one of the constraints alone. It is possible to constrain the search such that no results are returned. Such a condition is indicated after searching. 82 83 83 To be written. 84 [[Image(peerReviewSearch_1.PNG, 50%)]] 84 85 86 To find a particular code review name or code review names that contain certain characters, enter it in the "Code Review Name" field. Further, to find reviews after a certain date, enter the date in the second set of input boxes. Likewise, to constrain the returned results of the search to a certain status, change the "Status" field. Finally, to find all code reviews matching a certain author, fill in the final field. After specifying the constraints for the search, click on the "Search" button. 87 88 [[Image(peerReviewSearch_2.PNG, 50%)]] 89 90 As seen above, the results include information on the review ID, author name, current status, and review name. For each review listed, links are given to jump directly to the view code review page for the review. Alternately, the constraints can be increased or relaxed by choosing different values for the fields and searching again. 85 91 === Perform Code Review 86 92