-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUpdated_Assessment_1_Deliverables.html
226 lines (210 loc) · 8.71 KB
/
Updated_Assessment_1_Deliverables.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dalai Java - UoY SEPR</title>
<link rel="icon" href="./logo2.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/44381eb229.js" crossorigin="anonymous"></script>
<link href="style.css" rel="stylesheet">
<meta name="google-site-verification" content="cXcpD51hZqy9ae6qZWoTBy65ULtsyOsEC3k13fUK7Ws" />
</head>
<body data-spy="scroll" data-target="mainContent" data-offset="50">
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="./logo.png" height="100" width="120"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./kroy.html">Kroy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Footer">Contact Us</a>
</li>
<li>
<div class="dropdown show">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Assessments
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="./Assessment_1.html">Assessment 1</a>
<a class="dropdown-item" href="./Assessment_2.html">Assessment 2</a>
<a class="dropdown-item" href="#">Assessment 3</a>
<a class="dropdown-item" href="#">Assessment 4</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class = "AHeader">
<center>
<h3>
<a href = "./A2 Documents/Updated A1 Deliverables/Updates on Assessment 1 Deliverables.pdf" download="Updated Assessment 1 Deliverables">Updated Assessment 1 Deliverables</a>
<small class="text-muted"> <- click here or please find all links to each updated document below</small>
</h3>
</center>
</div>
<div class="mainContent">
<div class="container-fluid">
<div class="row">
<div class="col-4">
<nav id="navbar-example3" class="navbar navbar-light bg-light sticky-top">
<a class="navbar-brand" href="#">Sections</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link active" href="#item-1">Requirements</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link ml-3 my-1 active" href="#item-1-1">Updated Document</a>
<a class="nav-link ml-3 my-1" href="#item-1-2">Changelog</a>
</nav>
<a class="nav-link" href="#item-2">Methods Selection and Planning</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link ml-3 my-1" href="#item-2-1">Updated Document</a>
<a class="nav-link ml-3 my-1" href="#item-2-2">Changelog</a>
</nav>
<a class="nav-link" href="#item-3">Risk Assessment and Mitigation</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link ml-3 my-1" href="#item-3-1">Updated Document</a>
<a class="nav-link ml-3 my-1" href="#item-3-2">Changelog</a>
</nav>
</nav>
</nav>
</div>
<div class="col-8">
<div data-target="#navbar-example3">
<h4 id="item-1">Requirements</h4>
<p><br></p>
<h5 id="item-1-1">Updated Document</h5>
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="./A2 Documents/Updated A1 Deliverables/Requirements Assessment 2.pdf" ></iframe>
</div>
<br><br>
<h5 id="item-1-2">Changelog</h5>
<br>
<ul>
<li>Formatting of some of the preamble to the tables of requirements to specifically reference what methodologies
were followed during the creation of these documents, namely quoting the subsections of the IEEE Specification
Requirements guidelines</li><br>
<li>Removal of ambiguous terms with no quantitative scale from the functional requirement definitions of
FR_CHANGE_GAME_MODES and NFR_GAME_TIME</li><br>
<li>Addition of functional requirements FR_ET_RESPAWN_TIME, FR_NUM_OF_ET, FR_NUM_OF_FORTRESS, FR_ET_SPEC_SPEED,
FR_FORTRESS_IN_RANGE and FR_ENGINE_IN_RANGE. Addition of user requirement UR_DEVICE. These are missing or
adapted requirements from that stated in requirements for Assessment 1.its in the changelog for the requirements,
just added in FR_NUM_OF_FORTRESS</li><br>
</ul>
<br><br>
<h4 id="item-2">Methods Selection and Planning</h4>
<p><br></p>
<h5 id="item-2-1">Updated Document</h5>
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="./A2 Documents/Updated A1 Deliverables/Methods Assessment 2.pdf" ></iframe>
</div>
<br><br>
<h5 id="item-2-2">Changelog</h5>
<br>
<ul>
<li>Removed both images as they added nothing to the overall report</li>
<br>
<li>Removed contradictory material</li>
<br>
<li>Added some reasoning for not using other tools similar to Trello</li>
<br>
<li>Changed Team organisation to have specific roles</li>
<br>
<li>Removed the Assessment 2 plan as it will be redundant for this submission</li>
<br>
<li>Slightly fleshed out the Assessment 3 plan adding details with the more space
that is available due to the removal of the Assessment 2 plan</li>
<br>
<li>Removed conclusion from “Team Organisation” section as didn’t have enough space</li>
<br>
<li>Added section about proportional task delegation</li>
<br>
<li>SPAG</li>
</ul>
<br><br>
<h4 id="item-3">Risk Assessment and Mitigation</h4>
<p><br></p>
<h5 id="item-3-1">Updated Document</h5>
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="./A2 Documents/Updated A1 Deliverables/Risks Assessment 2.pdf" ></iframe>
</div>
<br><br>
<h5 id="item-3-2">Changelog</h5>
<br>
<ul>
<li>No changes to the approach of categorising risks.</li>
<br>
<li>Addition of risk R1.7 - “Unit tests may not correctly test the functionality of classes”</li>
<br>
<li>Addition of risk R1.8 - “Unit tests may not produce complete code coverage”</li>
<br>
<li>Addition of risk R1.9 - “There may not be code available to implement the desired features”</li>
<br>
<li>Change of the frequency of R2.5 “Set deadlines may not be met” from ‘Moderate’ to ‘High’</li>
<br>
<li>Removal of the risks R3.1 - “Java may become obsolete” and R3.2 - “Government policy may lead to our game not
being legal”</li>
<br>
<li>Change of R3.1 to “Ideal game specifications were not researched properly, leading to poor reception of the game”</li>
<br>
<li>Change of R3.2 to “May need to upscale services based on players”</li>
<br>
<li>Addition of R3.4, “Servers may be hacked leading to loss of customer data.”</li>
</ul>
<br><br>
</div>
</div>
</div>
</div>
</div>
<footer id="Footer">
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<h2><Dalai Java/></h2>
<hr class="light">
<p>DalaiJavaCS@gmail.com</p>
<p>University of York</p>
<p>Computer Science</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Our Hours</h5>
<hr class="light">
<p>Monday: 9am- 5pm</p>
<p>Saturday: 10am - 4pm</p>
<p>Sunday: Closed</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Other Stuff</h5>
<hr class="light">
<p>Monday: 9am- 5pm</p>
<p>Saturday: 10am - 4pm</p>
<p>Sunday: Closed</p>
</div>
<div class="col-12">
<hr class="light-100">
<h5>© Dalai Java</h5>
</div>
</div>
</div>
</footer>
<script>
$('body').scrollspy({ target: '#navbar-example3', offset:100 })
</script>
</body>
</html>