|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 | 4 | <title>Sprint0</title>
|
5 |
| - <link rel="stylesheet" type="text/css" href="../styles/templateISS.css"> |
6 |
| - <link rel="stylesheet" type="text/css" href="../styles/main.css"> |
7 |
| - <link rel="stylesheet" type="text/css" href="../styles/navbar.css"> |
8 |
| - <link rel="stylesheet" type="text/css" href="../styles/table.css"> |
9 |
| - <script type="text/javascript" src="../scripts/myScripts.js"></script> |
10 |
| - |
11 |
| - <style> |
12 |
| - |
13 |
| - table { |
14 |
| - border-style: hidden; |
15 |
| - border-collapse: collapse; |
16 |
| - border-radius: 25px; |
17 |
| - background-color: #9ed8ff; |
18 |
| - } |
19 |
| - |
20 |
| - </style> |
| 5 | + <link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/templateISS.css"> |
| 6 | + <link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/main.css"> |
| 7 | + <link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/navbar.css"> |
| 8 | + <link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/table.css"> |
| 9 | + <link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/code.css"> |
| 10 | + <script type="text/javascript" src="../../../commons/resources/scripts/myScripts.js"></script> |
21 | 11 | </head>
|
22 | 12 |
|
23 |
| - <body onload="loadNav();"> <!--setLastModifiedDate();">--> |
| 13 | + <body onload="loadNav();"> |
24 | 14 | <div id="openButton" class="openButton" onclick="openNav(true)">☰ Menu</div>
|
25 | 15 | <div id="sidenav" class="sidenav">
|
26 | 16 | <a class="closeButton" href="javascript:void(0)" onclick="closeNav(true)">×</a>
|
| 17 | + <a id="currentSprint" class="sprint" href="#">–— Sprint0 —–</a> |
27 | 18 | <a href="../../index.html">Index</a>
|
28 | 19 | <a href="final_theme.html">Final Theme</a>
|
29 | 20 | <a href="requirement_analysis.html">Requirement<br/>Analysis</a>
|
30 | 21 | <a href="problem_analysis.html">Problem Analysis</a>
|
| 22 | + <a href="project.html">Project</a> |
31 | 23 | <a class="selected" href="conclusions.html">Conclusions</a>
|
32 | 24 | <div class="sidenavSection">
|
33 | 25 | <a href="#Summary">Summary</a>
|
|
39 | 31 | </div>
|
40 | 32 | </div>
|
41 | 33 | <a href="team.html">Team</a>
|
| 34 | + <p class="separator">———––———</p> |
| 35 | + <a class="sprint" href="../../../Sprint1/index.html">Sprint1</a> |
| 36 | + <a class="sprint" href="../../../Sprint2/index.html">Sprint2</a> |
| 37 | + <a class="sprint" href="../../../Sprint3/index.html">Sprint3</a> |
| 38 | + <bottom-spacer/> |
42 | 39 | </div>
|
43 | 40 |
|
44 | 41 | <div id="main">
|
45 | 42 | <h1 align="center">Sprint Conclusions</h1>
|
46 | 43 |
|
47 | 44 | <h2 id="Summary">Summary</h2>
|
48 |
| - |
49 |
| - This first Sprint (<a href="../../index.html">Sprint0</a>) outlined the following macro elements of the project: |
| 45 | + This first Sprint (<a href="../../index.html">Sprint0</a>) grouped the requirements of |
| 46 | + the project, by outlining the following <b>macro components</b>, ordered by priority: |
50 | 47 | <div class="remark">
|
51 |
| - <ol> |
52 |
| - <li><ksi>Core-business</ksi>: involves the chain of the main nodes of the system (smart device, waste service, transport trolley, basic robot)</li> |
53 |
| - <li><ksi>Monitoring</ksi>: involves the GUI</li> |
54 |
| - <li><ksi>Alarm</ksi>: involves the raspberry device</li> |
| 48 | + <ol class="summary"> |
| 49 | + <li> |
| 50 | + <ksi>Core-business</ksi> (requirements <b>1 & 2</b>): involves the chain of |
| 51 | + the main nodes of the system (smart device, waste service, transport trolley, |
| 52 | + basic robot). |
| 53 | + <br/> |
| 54 | + <emni>High priority</emni> since the system cannot provide the service without it. |
| 55 | + </li> |
| 56 | + <li> |
| 57 | + <ksi>RaspberryPi</ksi> (requirement <b>4</b>): includes alarm (sonar) |
| 58 | + and warning (led) elements. |
| 59 | + <br/> |
| 60 | + <emni>Medium priority</emni> since it involves the security of the service. |
| 61 | + </li> |
| 62 | + <li> |
| 63 | + <ksi>Monitoring</ksi> (requirement <b>3</b>): involves the GUI that display |
| 64 | + information on the current status of the service. |
| 65 | + <br/> |
| 66 | + <emni>Low priority</emni> since it can be seen as a <i>secondary, fancier and remote output</i> |
| 67 | + (in addition to the textual output), and depends on the other 2 components. |
| 68 | + </li> |
55 | 69 | </ol>
|
56 | 70 | </div>
|
57 | 71 |
|
58 | 72 | <h2 id="Work-Plan">Work Plan</h2>
|
59 |
| - <h3 id="Sprint1">Sprint1 - <b>Core Business</b></h3> |
| 73 | + We decided to partition the system into <b>3 sprints</b>, which follows the macro components mentioned above. |
| 74 | + <h3 id="Sprint1"><b>Sprint1</b> - Core Business</h3> |
60 | 75 |
|
61 |
| - The <a href="">Sprint1</a> will focus on the <i>Core business</i>, which is also the first requirement, and is going to include: |
| 76 | + The <a href="../../../Sprint1/index.html">Sprint1</a> will focus on the <i>Core business</i>, which is also the first requirement, and is going to include: |
62 | 77 | <ul>
|
63 |
| - <li>Dummy simulator of TruckDriver + SmartDevice.</li> |
64 |
| - <li>WasteService: problem analysis regarding a model for "advanced" interactions, waste service area in-depth analysis, project and implementation of a prototype.</li> |
| 78 | + <li>Dummy simulator of TruckDriver + SmartDevice (with a test GUI).</li> |
| 79 | + <li>WasteService: problem analysis including a model for "advanced" interactions, waste service area in-depth analysis, project and implementation of a prototype.</li> |
65 | 80 | <li>TransportTrolley: problem analysis, project and prototyping of the element that will control the robot movements.</li>
|
66 | 81 | <li>BasicRobot: the software is ready and serviceable, so it just has to be integrated in the project.</li>
|
67 | 82 | </ul>
|
68 | 83 |
|
69 |
| - <h3 id="Sprint2">Sprint2 - <b>Monitoring</b></h3> |
| 84 | + <h3 id="Sprint2"><b>Sprint2</b> - Alarm</h3> |
70 | 85 |
|
71 |
| - <h3 id="Sprint3">Sprint3 - <b>Alarm</b></h3> |
| 86 | + <h3 id="Sprint3"><b>Sprint3</b> - Monitoring</h3> |
72 | 87 | <br/>
|
73 | 88 | <br/>
|
74 | 89 | <!--Tenere presente che per la realizzazione dei prodotti, potranno essere utilizzate o specializzate le applicazioni realizzate dalla nostra software house, nel corso dell'anno corrente: Applicazioni22.-->
|
|
0 commit comments