QSO 340 Project One: Software Development Planning Project

<!DOCTYPE html>
<html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Assignment Information</title>

  <!-- HTML RUBRIC TEMPLATE -->

  <!-- Bootstrap Grid -->
  <link rel="stylesheet" href="/shared/custom_html/shared/bootstrap/4.0.0/css/bootstrap.min.css">

  <!--globalCampus.css containing typography standards -->
  <link rel="stylesheet" href="/shared/HTML-Template-Library/GC Core Paced/module_templates/../assets/css/main.min.css">
  <style>
    h2 {
      margin-bottom: 0;
    }
    p {
      margin-top: 0;
    }

    #rubric-responsive table {
      margin-left: auto;
      margin-right: auto;
      border-collapse: collapse;
      max-width: 1080px;
      width: 100%;
      table-layout: fixed;
    }

    #rubric-responsive thead th:first-child {
      width: 17%;
    }
    #rubric-responsive thead th:last-child {
      width: 10%;
    }

    #rubric-responsive th,
    #rubric-responsive td,
    #rubric-responsive tbody > tr > :nth-child(1) {
      border: 1px solid black;
      padding: 7px;
    }

    #rubric-responsive th,
    #rubric-responsive tbody > tr > :nth-child(1) {
      background-color: #f5f5f5;
    }

#rubric-responsive th {text-align: center;
                      }
    #rubric-responsive td,
    #rubric-responsive tbody > tr > :nth-child(1) {
      vertical-align: text-top;
    }

    /* Center data in "Value" column */
    #rubric-responsive tbody > tr > :last-child {
      text-align: center;
    }

    /* Style first column like header row in case <th> isn't used */
    #rubric-responsive tbody > tr > :nth-child(1) {
      font-weight: bold;
      text-align: center;
    }

/* right align total: text */
      #rubric-responsive tbody > tr:last-child > :nth-child(1) {
        font-weight: bold;
        text-align: right;
}

    @media only screen and (max-width: 800px) {

      /* Display table elements as block */
      #rubric-responsive table,
      #rubric-responsive thead,
      #rubric-responsive tbody,
      #rubric-responsive th,
      #rubric-responsive td,
      #rubric-responsive tr,
      #rubric-responsive tfoot {
        display: block;
      }

      #rubric-responsive caption {
        display: inline-block;
        margin: 0px auto;
      }

      /* Remove border from table and center it on screen */
      #rubric-responsive table {
        border: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
      }


    /* Hide table headers (but not display: none; (for accessibility) */
      #rubric-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
      }

      /* Style responsive table rows */
      #rubric-responsive tr {
        border: 1px solid #ccc;
      }

      /* Style responsive table cells */
      #rubric-responsive td {
        border: none;
        border-bottom: 1px solid #eee;
      }

      #rubric-responsive td:before {
      /* Bring "data-title" attribute into table cells */
        content: attr(data-attr);
      /* display it as inline block so it doesn't interfere with <td> */
        display: inline-block;
      /* make it take up it's entire "row" */
        width: 100%;
      /* bold font so it looks like a th */
        font-weight: bold;
      }

  /* Remove "data-title" attribute from first child <td> cells */
  /* this removes "Criteria" from the Total row, and will remove criteria from any <td> cells that should be <th> */
      #rubric-responsive tbody>tr>td:first-child:before {
          content: none;
      }

      /* Center data in "Value" column */
      #rubric-responsive tbody > tr > :last-child {
        text-align: left;
      }

      /* Don't display "100%" cell */
      #rubric-responsive tr:last-child td:last-of-type {
        display: none;
      }

      /* Add "100%" after Total:  */
      #rubric-responsive
        tr:last-child
        td:first-of-type::after {
        content: " 100%";
      }
      /* remove padding from last row */
      #rubric-responsive tr:last-child > td {
        padding: 7px;
      }
    }

    /* Print Styles*/
    @media print {
      @page {
        size: landscape;
      }

      span.rsbtn_text {
        display: none !important;
      }

      p,
      ul,
      ol,
      li,
      table,
      thead,
      tbody,
      th,
      td,
      tr,
      tfoot {
        font-size: 12px;
      }

      h1,
      h2 {
        font-size: 90%;
      }

      h3,
      h4,
      h5,
      h6 {
        font-size: 80%;
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p {
        margin-bottom: 5px;
        margin-top: 0px;
      }

      ul,
      ol {
        margin-bottom: 5px;
        margin-top: 0px;
      }

      .d-print-none {
        display: none;
      }

      .d-print-block {
        display: block;
      }
    }
  </style> 
     
  <style>
    img {
      float: right;
      margin-left: 20px;
      width: 38vw;
    }
@media only screen and (max-width: 800px) {
    img {
      float:none;
      align: center;
      width:100vw;
      display: block; 
      margin-left: auto; 
      margin-right: auto;
    }
  </style>
  </head><body><h1>QSO 340 Project One Guidelines and Rubric</h1>
<!--Begin copy to add more sections. Use appropriate heading tags for subsections-->
<h2>Competency</h2>
<p>In this project, you will demonstrate your mastery of the following competency:</p>
<ul>
<li>Plan a project according to project management best practices</li>
</ul>
<h2>Scenario</h2>
<p>You have been hired as a project manager for a software company, ABC Solutions. Their business development team has received a product request from a new client, XYZ Financial Services. They need a custom software solution to streamline some workflows and processes that will be implemented in their offices worldwide. Your company has developed a similar software solution, but the client requires additional features and customization. The new software needs to be ready for a test run at two of the offices in about six months and worldwide rollout in another three months. Your boss, the project director, has asked you to manage this product development project.</p>
<p>ABC Solutions uses the traditional waterfall method for software development. The proposed project schedule should include the following major tasks: determine the software requirements, design, code test, system test, address issues with software, and deliver the prototype. You have been asked to assemble a team with the skills and expertise to perform these tasks.</p>
<p>Before initiating the project, you, the project director, and a software architect meet with the IT director and product manager of XYZ Financial Services to understand their requirements. They explain that the custom software should include three new features, five feature customizations, and a new interface design to match the client’s brand colors and logo.</p>
<p>Later, you and some key team members analyze the scope and requirements to arrive at some critical decisions and conclusions. These have been summarized in two project documents:</p>
<ul>
<li>The <span style="text-decoration: underline;"><a href="course_documents/QSO%20340%20Business%20Workflow%20Project%20Charter.pdf?_&amp;d2lSessionVal=fLB4RXEQe8Ov5HCvDP16evCJb&amp;ou=1332530" target="_blank" rel="noopener">project charter PDF</a></span> that includes the project objectives and other important details</li>
<li>A document with the <span style="text-decoration: underline;"><a href="course_documents/QSO%20340%20XYZ%20Business%20Workflow%20Resource%20and%20Effort%20Estimates.pdf?_&amp;d2lSessionVal=fLB4RXEQe8Ov5HCvDP16evCJb&amp;ou=1332530" target="_blank" rel="noopener">efforts estimated PDF</a></span> for each development task</li>
</ul>
<p>You will need to choose and allocate resources from the following available team members: a user interface (UI) designer, UI developers, a software architect, technical team leads, software developers, and software testers. You will also have access to two team members from the development team of the original software, who will act as consultants for your team. However, these members are only available part time since they are also busy on other projects.</p>
<h2>Directions</h2>
<p><strong>Project Planning</strong><br>Use the information from the scenario, including the project charter and effort estimates, to create a single file that includes the following components: stakeholder register, risk register, work breakdown structure (WBS), and responsibility matrix. You can also make reasonable assumptions to help you complete these tasks. But, be sure to explain your assumptions. Address each of the tasks outlined below.</p>
<ol>
<li><strong>Stakeholder register</strong>: Identify and list the stakeholders for this project. Ensure it includes the following details:<br>
<ol type="A">
<li>Their names</li>
<li>Their role in the project</li>
<li>Their influence on the project and its outcomes</li>
</ol>
</li>
<li><strong>Risk register</strong>: Identify and describe at least four individual project risks, including the risks identified in the project charter. The register should include the following details for each risk:<br>
<ol type="A">
<li>The description of the risk</li>
<li>The probability the risk may occur</li>
<li>The impact the risk can have on the project</li>
<li>The response plan if the risk occurs</li>
<li>The person responsible for handling the risk</li>
<li>The status of the risk</li>
</ol>
</li>
<li><strong>Work Breakdown Structure (WBS)</strong>: Create a WBS and Networking Diagram for the project. It should include the major milestones and all tasks arranged in the order they should be completed in the project. Also, be sure to indicate any dependencies between tasks.</li>
<li><strong>Responsibility Assignment Matrix</strong>: Create a responsibility matrix with a responsible, accountable, consulted, and informed (RACI) chart that shows how the tasks in the project are assigned to the respective team members. Also, include a RACI chart for all stakeholders you identified earlier.</li>
</ol>
<!--End copy to add section->
<!--Do NOT change text for "What to Submit" heading-->
<h2>What to Submit</h2>
<p>To complete this project, you must submit the following:</p>
<p><strong>Project Management Plan</strong><br>Create a project management plan that includes the stakeholder register, the risk register, the WBS, and a responsibility matrix. Combine all four components into a single file. Remember to cite any references in the APA format.</p>
<h2>Supporting Materials</h2>
<p>The following resources may help support your work on the project:</p>
<p><strong>Document</strong>: <span style="text-decoration: underline;"><a href="course_documents/QSO%20340%20Business%20Workflow%20Project%20Charter.pdf?_&amp;d2lSessionVal=fLB4RXEQe8Ov5HCvDP16evCJb&amp;ou=1332530" target="_blank" rel="noopener">Project Charter PDF</a></span><br>This document provides the project requirements and details you need for planning your project.</p>
<p><strong>Document</strong>: <span style="text-decoration: underline;"><a href="course_documents/QSO%20340%20XYZ%20Business%20Workflow%20Resource%20and%20Effort%20Estimates.pdf?_&amp;d2lSessionVal=fLB4RXEQe8Ov5HCvDP16evCJb&amp;ou=1332530" target="_blank" rel="noopener">XYZ Business Workflow Resource and Effort Estimates PDF</a></span><br>This document provides the information you will need to assemble your team, assign tasks, and set milestones.</p>
<h2 style="text-align: center;">Project One Rubric</h2>
<div id="rubric-responsive">
<table>
<thead>
<tr><!--Do NOT change text for "Criteria" column heading-->
<th class="table-borderless" scope="col">Criteria</th>
<th scope="col">Exemplary (100%)</th>
<th scope="col">Proficient (85%)</th>
<th scope="col">Needs Improvement (55%)</th>
<th scope="col">Not Evident (0%)</th>
<!--Do NOT change text for "Value" column heading-->
<th scope="col">Value</th>
</tr>
</thead>
<tbody><!--Begin copy to add ROWS. Update "td data-attr=" to match table headings exactly before copying and pasting.-->
<tr>
<th scope="row">Identify Stakeholders and Their Influence on the Project</th>
<td data-attr="Exemplary (100%)">Exceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative manner</td>
<td data-attr="Proficient (85%)">Clearly identifies the names, roles, and influence of all stakeholders in the project</td>
<td data-attr="Needs Improvement (55%)">Shows progress toward proficiency, but with errors or omissions; areas for improvement may include missing stakeholders; errors in evaluating stakeholder influence</td>
<td data-attr="Not Evident (0%)">Does not attempt criterion</td>
<td data-attr="Value">25</td>
</tr>
<tr>
<th scope="row">Identify and Describe Risks and Responses</th>
<td data-attr="Exemplary (100%)">Exceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative manner</td>
<td data-attr="Proficient (85%)">Includes a risk register with unique ID, description, probability, impact, and response plan for at least four separate risks</td>
<td data-attr="Needs Improvement (55%)">Shows progress toward proficiency, but with errors or omissions; areas for improvement may include incomplete risk description; error evaluating probability and/or impact; missing or vague response plan</td>
<td data-attr="Not Evident (0%)">Does not attempt criterion</td>
<td data-attr="Value">25</td>
</tr>
<tr>
<th scope="row">Create a WBS and Networking Diagram</th>
<td data-attr="Exemplary (100%)">Exceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative manner</td>
<td data-attr="Proficient (85%)">Includes the major milestones; tasks are arranged sequentially; indicates dependencies between tasks</td>
<td data-attr="Needs Improvement (55%)">Shows progress toward proficiency, but with errors or omissions; areas for improvement may include missing milestones and/or tasks; incorrect arrangement of tasks; missing dependencies</td>
<td data-attr="Not Evident (0%)">Does not attempt criterion</td>
<td data-attr="Value">25</td>
</tr>
<tr>
<th scope="row">Assign Tasks and Responsibilities</th>
<td data-attr="Exemplary (100%)">Exceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative manner</td>
<td data-attr="Proficient (85%)">Contains a matrix with all roles, tasks, and corresponding responsibilities arranged according to RACI</td>
<td data-attr="Needs Improvement (55%)">Shows progress toward proficiency, but with errors or omissions; areas for improvement may include missing tasks; incorrect or missing RACI assignments, missing stakeholder RACI chart</td>
<td data-attr="Not Evident (0%)">Does not attempt criterion</td>
<td data-attr="Value">20</td>
</tr>
<tr>
<th scope="row">Articulation of Response</th>
<td data-attr="Exemplary (100%)">Exceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative manner</td>
<td data-attr="Proficient (85%)">Clearly conveys meaning with correct grammar, sentence structure, and spelling, demonstrating an understanding of audience and purpose</td>
<td data-attr="Needs Improvement (55%)">Shows progress toward proficiency, but with errors in grammar, sentence structure, and spelling, negatively impacting readability</td>
<td data-attr="Not Evident (0%)">Submission has critical errors in grammar, sentence structure, and spelling, preventing understanding of ideas</td>
<td data-attr="Value">5</td>
</tr>
<!--End copy to add ROWS--> <!--Paste additional ROWS here.-->
<tr><!--Update "colspan" if columns are removed. Number should equal 1 less than total number of columns.-->
<td colspan="5" style="text-align: right;">Total:</td>
<td>100%</td>
</tr>
</tbody>
</table>
</div></body></html>
Scroll to Top