This is the documentation for Crucible 3.7. View the latest version of

Unknown macro: {spacejump}

or visit the latest Crucible documentation home page.

This document describes several forms of Crucible Workflow in detail. Depending on the size of your team, there are four different ways that a development team could use Crucible for code reviews. Choose the workflow which suits your team.

 

Lightweight code commenting with Crucible (individual)

  1. Author commits new work.
  2. Author creates the review, and adds comments using the easy web interface.
  3. Author summarizes and closes the review, saving the code comments in Crucible's database, which is stored outside the repository.

    Lightweight code commenting

 

One-to-many reviews without a moderator (Agile team)

  1. Author creates the review.
  2. Author invites reviewers to take part in the review.
  3. Reviewers make comments on the code.
  4. Author responds to reviewer comments, follow-up comments are made if necessary.
  5. Reviewers complete their reviews.
  6. Author summarizes and closes the review.

    one-to-one-review

 

Formal group reviews (CMM team)

  1. Author creates the review.
  2. Moderator invites reviewers to take part in the review.
  3. Reviewers make comments on the code.
  4. Author responds to reviewer comments.
  5. Follow-up comments are made if necessary.
  6. Each discussion point is settled by the Moderator.
  7. Moderator summarizes and closes the review.

    Moderated review
    To see a simple example of how to use Crucible with two people, see The Crucible workflow.
  • No labels