Time unspecified for individual document review efforts

Issue #303 closed
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Have enough time to perform individual document reviews before a document review meeting and have the pull request contents not change between the individual reviews and the document review meeting.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Submit a pull request
  2. Schedule a document review meeting
  3. Perform individual reviews
  4. Developer updates and commits changes to the branch linked to the pull request
  5. Meeting occurs

CURRENT BEHAVIOR

I don't know if we established whether the content of the PR actually can change after submission, but we haven't resolved formally how to allow changes to occur before the document review meeting.

EXPECTED BEHAVIOR

A pull request remains unchanged between individual review and the meeting. Changes to address issues coming out of a document review should be allowed but be able to proceed, but in such a way that exposes them to an independent review. Changes that come from a document review should be better tracked.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

  1. Change the SCM process to expressly handle changes between individual review and the meeting
  2. Change the SCM process to utilize better the pull request system to separate changes that result from a review.
  3. Change the SCM process to manage tracking of changes resulting from a review (specifying when a new issue is created, when an issue must be addressed before or after merge, or on what branch changes should occur).
  4. Add a process at the end of the review meeting to communicate what decisions were made.

FILES AFFECTED (where the changes will be implemented) - developers only

  1. SCMP_TreeView3.doc
  2. document_review_form.txt
  3. merge_request_form.txt
  4. document_review_meeting_guidelines.txt

LEVEL OF EFFORT - developers only

medium

COMMENTS

Comments (5)

  1. Log in to comment