-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
371 lines (366 loc) · 9.72 KB
/
index.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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CO880 Project Corpus Index</title>
<style type="text/css">
{
font-family: Arial, sans-serif;
}
#logo-kent {
width: 150px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
#logo-tc {
width: 250px;
position: absolute;
top: 25px;
right: 25px;
z-index: -1;
}
h1, h3, p {
text-align: center;
}
h1, h3 {
text-shadow: 0px 0px 2px #fff;
}
table {
margin-left:auto;
margin-right:auto;
border: 2px solid #000;
border-collapse:collapse;
}
td, th {
border: 1px solid #666666;
padding: 3px;
}
th.highlight {
background: #feff04;
}
#project-index td {
padding-top: 1px;
padding-bottom: 1px;
}
</style>
</head>
<body>
<h1>CO880 Project Corpus Index</h1>
<img src="Documentation/UniversityOfKentLogo.jpg" id="logo-kent"/>
<h3>Project Details</h3>
<table id="project-details">
<tr>
<th>Project Title</th>
<td>TaxiCloud Application</td>
</tr>
<tr>
<th>Students</th>
<td>Christopher Kelly ([email protected]), Anthony Norwood ([email protected])</td>
</tr>
<tr>
<th>Supervisor</th>
<td>Rogerio de Lemos ([email protected])</td>
</tr>
<tr>
<th>Date</th>
<td>27/02/2015</td>
</tr>
</table>
<h3>Index to Corpus</h3>
<table id="project-index">
<tr>
<th>Ref.</th>
<th>Document Title</th>
<th>Author(s)</th>
<th>Comments (*best work)</th>
</tr>
<tr>
<!-- Introduction -->
<th colspan="5" class="highlight">Introduction</th>
</tr>
<tr>
<td>I.1.</td>
<td><a href="Documentation/01 Intro/Introduction.pdf">Introduction</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<!-- Research -->
<th colspan="5" class="highlight">Research</th>
</tr>
<tr>
<td>R.1.</td>
<td><a href="Documentation/02 Research/01 Faults in existing projects.pdf">Faults in existing projects</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>R.2.</td>
<td><a href="Documentation/02 Research/02 Changes to existing projects.pdf">Changes to existing projects</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>R.3.</td>
<td><a href="Documentation/02 Research/03 Method Call Path from App Open to Bookings page.txt">Method Call Path from App Open to Bookings page</a></td>
<td align="center">an327</td>
<td> </td>
</tr>
<tr>
<td>R.4.</td>
<td><a href="Documentation/02 Research/04 Method trace - login -- booking -- more --logout copy.txt">Method trace - login -- booking -- more --logout</a></td>
<td align="center">an327</td>
<td> </td>
</tr>
<tr>
<td>R.5.</td>
<td><a href="Documentation/02 Research/05 Method trace login -- booking -- more --logout - revision 1 copy.txt">Method trace login -- booking -- more --logout - revision 1 copy</a></td>
<td align="center">an327</td>
<td> </td>
</tr>
<tr>
<td>R.6.</td>
<td><a href="Documentation/02 Research/06 Method trace login -- booking -- more --logout - revision 2 copy.txt">Method trace login -- booking -- more --logout - revision 2 copy</a></td>
<td align="center">an327</td>
<td> </td>
</tr>
<tr>
<!-- Planning -->
<th colspan="5" class="highlight">Planning</th>
</tr>
<tr>
<td>P.1.</td>
<td><a href="Documentation/03 Planning/01 Design and Requirements.pdf">Design and Requirements</a></td>
<td align="center">All</td>
<td> </td>
</tr>
<tr>
<td>P.2.</td>
<td><a href="Documentation/03 Planning/02 TaxiCloud App Critique.pdf">TaxiCloud App Critique</a></td>
<td align="center">All</td>
<td> </td>
</tr>
<tr>
<td>P.3.</td>
<td><a href="Documentation/03 Planning/03 TaxiCloud TNG Critique.pdf">TaxiCloud TNG Critique</a></td>
<td align="center">All</td>
<td> </td>
</tr>
<tr>
<td>P.4.</td>
<td><a href="Documentation/03 Planning/04 Mismatches between TNG and Too.pdf">Mismatches between TNG and Too</a></td>
<td align="center">All</td>
<td> </td>
</tr>
<tr>
<td>P.5.</td>
<td><a href="Documentation/03 Planning/05 Storyboards – Importance in App Development.pdf">Storyboards - Importance in App Development</a></td>
<td align="center">All</td>
<td> </td>
</tr>
<tr>
<!-- Development -->
<th colspan="5" class="highlight">Development</th>
</tr>
<tr>
<td>D.1.</td>
<td><a href="Documentation/04 Development/01 Database Creation.pdf">Database Creation</a></td>
<td align="center">All</td>
<td> </td>
</tr>
<tr>
<td>D.2.</td>
<td><a href="Documentation/04 Development/02 Database Creation Script.pdf">Database Creation Script</a></td>
<td align="center">an327</td>
<td> </td>
</tr>
<tr>
<td>D.3.</td>
<td><a href="Documentation/04 Development/03 Database Scheme Diagram.pdf">Database Scheme Diagram</a></td>
<td align="center">an327</td>
<td> </td>
</tr>
<tr>
<td>D.4.</td>
<td><a href="Documentation/04 Development/04 Database Data.sql">Database SQL Data</a></td>
<td align="center">an327</td>
<td> </td>
</tr>
<tr>
<td>D.5.</td>
<td><a href="Documentation/04 Development/05 UI and Refactoring Review.pdf">UI and Refactoring Review</a></td>
<td align="center">an327</td>
<td> </td>
</tr>
<tr>
<!-- Testing -->
<th colspan="5" class="highlight">Testing</th>
</tr>
<tr>
<td>T.1.</td>
<td><a href="Documentation/05 Testing/01 Testing.pdf">Testing</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<!-- Evaluation -->
<th colspan="5" class="highlight">Evaluation</th>
</tr>
<tr>
<td>E.1.</td>
<td><a href="Documentation/06 Evaluation/01 Evaluation.pdf">Evaluation</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<!--User Manual -->
<th colspan="5" class="highlight">User Manual</th>
</tr>
<tr>
<td>UM.1.</td>
<td><a href="Documentation/07 User Manual/01 User Manual.pdf">User Manual</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<!-- UML -->
<th colspan="5" class="highlight">UML</th>
</tr>
<tr>
<td>U.1.</td>
<td><a href="Documentation/UML/Activity Diagram.jpg">Activity Diagram</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>U.2.</td>
<td><a href="Documentation/UML/OmniGraph.graffle">Class Diagram Version 1</a></td>
<td align="center">an565</td>
<td> </td>
</tr>
<tr>
<td>U.3.</td>
<td><a href="Documentation/UML/Class Diagram.jpg">Class Diagram Version 2</a></td>
<td align="center">an565</td>
<td> </td>
</tr>
<tr>
<!-- Storyboard -->
<th colspan="5" class="highlight">Storyboard</th>
</tr>
<tr>
<td>S.1.</td>
<td><a href="Documentation/Storyboard/Login.jpg">Login</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.2.</td>
<td><a href="Documentation/Storyboard/Register.jpg">Register</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.3.</td>
<td><a href="Documentation/Storyboard/ViewBookings.jpg">View Bookings</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.4.</td>
<td><a href="Documentation/Storyboard/AddBooking.jpg">Add Booking</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.5.</td>
<td><a href="Documentation/Storyboard/Appointments - No DriverID.jpg">Appointments - No DriverID Entered</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.6.</td>
<td><a href="Documentation/Storyboard/Appointments - DriverID Entered.jpg">Appointments - DriverID Entered</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.7.</td>
<td><a href="Documentation/Storyboard/More.jpg">More</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.8.</td>
<td><a href="Documentation/Storyboard/More - NightMode.jpg">More - NightMode Enabled</a></td>
<td align="center">ck350</td>
<td>*</td>
</tr>
<tr>
<td>S.9.</td>
<td><a href="Documentation/Storyboard/Customers.jpg">Customers</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.10.</td>
<td><a href="Documentation/Storyboard/AddCustomer.jpg">Add Customer</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.11.</td>
<td><a href="Documentation/Storyboard/Drivers.jpg">Drivers</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.12.</td>
<td><a href="Documentation/Storyboard/AddDriver.jpg">Add Driver</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.13.</td>
<td><a href="Documentation/Storyboard/Companies.jpg">Companies</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.14.</td>
<td><a href="Documentation/Storyboard/AddCompany.jpg">Add Company</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<td>S.15.</td>
<td><a href="Documentation/Storyboard/Logout.jpg">Logout</a></td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<!-- TEMPLATES -->
<th colspan="5" class="highlight">Documents Template</th>
</tr>
<tr>
<td>DT.1</td>
<td><a href="Documentation/Documentation Template.pdf">Document Template</a> </td>
<td align="center">ck350</td>
<td> </td>
</tr>
<tr>
<!-- CORPUS -->
<th colspan="5" class="highlight">Corpus</th>
</tr>
<tr>
<td>COR</td>
<td><a href="index.html">Corpus</a></td>
<td align="center">ck350</td>
<td>*</td>
</tr>
</table>
<p>All documents are copyright © 2013-2014 University of Kent and those named above unless stated otherwise.</p>
</body>
</html>