Webdev/Web Production/Kanban/Mozilla.org: Difference between revisions

no edit summary
(Created page with "Processes Last Updated 2013.6.7 <div class="toclimit-3">__TOC__</div> <h2>Introduction</h2>")
 
No edit summary
Line 6: Line 6:


<h2>Introduction</h2>
<h2>Introduction</h2>
<p>
The following describes the flow of tasks through the mozilla.org kanban board. This flow is adapted from the
[[Webdev/Web_Production/Kanban| general kanban guidelines]].
</p>
<p>Mozilla.org uses the Kanban signal & pull method. Tasks are marked as ready using the green checkmark, this signals that a task is ready for the next stage of work.</p>
<h2>Workflow Overview</h2>
<ol>
    <li><strong>Backlog</strong>
        <ul>
            <li>With some discussion tasks are added to the Backlog and prioritized. Only items that should actually be worked on should be added to this column.</li>
            <li>Ready Flag: ||do we ever need this here, by deffinition if its in backlog its ready to be pulled ||</li>
        </ul>
    </li>
    <li>
      <strong>Research &amp; Design</strong>
      <ul>
        <li>Tasks that are being started/researched are moved to this column.</li>
        <li>Ready Flag: ||get flag when ready to be coded, if no R&D needed, still goes into this column and marked ready ||
      </ul>
    </li>
    <li>
      <strong>Ready</strong>
      <ul>
        <li>||If we use the ready flag in R&D, do we need this column ||</li>
      </ul>
    </li>   
    <li>
      <strong>Coding &amp; In Progress</strong>
      <ul>
        <li>Task is pulled into this column when actively being coded/worked on.</li>
        <li>Ready Flag: If applicable, pull request filed. Ready for PR Review</li>
      </ul>
    </li>
    <li>
      <strong>Code Review</strong>
      <ul>
        <li>Task is pulled into this column by whomever is doing the Pull Review.</li>
        <li>Ready Flag: Task is merged (PR+), will be on dev at next automatic push.</li>
      </ul>
    </li>
    <li>
      <strong>Testing</strong>
      <ul>
        <li>Card is pulled into this column by whomever is doing the QA, either team members or QA.</li>
        <li>Ready Flag: Passed QA can go live at next push.</li>       
      </ul>
    </li>
    <li>
      <strong>Done</strong>
      <ul>
        <li>Pulled to this column upon deployment and verification in production environment.</li>
        <li>Ready Flag: Not Used</li>
      </ul>
    </li>
  </ol>
<br><br>
canmove, Confirmed users
2,745

edits