[RSS]
During the course of development the UML team will have different types of reviews. The page will document the process for the different types of reviews occur during the development life-cycle.

Design Review

Issue Fix Review

During the life-cycle when the development team is focusing on fixing bugs, the development team will enter into a issue fix review period. During the issue fix review period the scrum meeting will turn into mini code reviews. The process is as follows:
  • When the developer fixes an issue and the code is ready to be reviewed the developer changes the issue state to STARTED
  • The developer is to put a link to the HG change set into the comment section of the issue.
  • During the review meeting the team is use the HG change set information to review the modified source code.
  • If there are no changes neccessary, the issue can be marked as FIXED.
    • Put a comment into the issues that states that the fix has be reviewed.
  • If ther are changes that need to be made, the issue can be marked as FIXED only after the changes are checked into the repository. There is no need to review the changes again.
    • Put a comment into the issues that states that the fix has be reviewed.
    • Add the new changeset to the comment section of the issue.

Bugs that Need to be Reviewed