This repository was archived by the owner on Aug 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
521 lines (509 loc) · 22.7 KB
/
index.html
File metadata and controls
521 lines (509 loc) · 22.7 KB
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!doctype html>
<!--
Welcome to the light side of the source, young padawan.
One step closer to learn something interesting you are...
____
_.' : `._
.-.'`. ; .'`.-.
__ / : ___\ ; /___ ; \ __
,'_ ""=-.:__;".-.";: :".-.":__;.-="" _`,
:' `.t""=-.. '<@.`;_ ',@:` ..-=""j.' `;
`:-.._J '-.-'L__ `-.-' L_..-;'
"-.__ ; .-" "-. : __.-"
L ' /.======.\ ' J
"-. "__" .-"
__.l"-:_JL_;-";.__
.-j/'.; ;"""" / .'\"-.
.' /:`. "-.: .-" .'; `.
.-" / ; "-. "-..-" .-" : "-.
.+"-. : : "-.__.-" ;-._ \
; \ `.; ; : : "+. ;
: ; ; ; : ; : \:
; : ; : ;: ; :
: \ ; : ; : ; / ::
; ; : ; : ; : ;:
: : ; : ; : : ; : ;
;\ : ; : ; ; ; ;
: `."-; : ; : ; / ;
; -: ; : ; : .-" :
:\ \ : ; : \.-" :
;`. \ ; : ;.'_..-= / ;
: "-. "-: ; :/." .' :
\ \ : ;/ __ :
\ .-`.\ /t-"" ":-+. :
`. .-" `l __/ /`. : ; ; \ ;
\ .-" .-"-.-" .' .'j \ / ;/
\ / .-" /. .'.' ;_:' ;
:-""-.`./-.' / `.___.'
\ `t ._ /
"-.t-._:'
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" type="image/x-icon" href="resources/Betterzon.svg">
<title>Betterzon - Final Presentation</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css" id="theme">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
<!-- Bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body>
<div class="scriptsVARIABLES">
<script>
let maintainer = "🔧"; //
let headOfIT = "👑"; //
let businessClient = "💼"; //
let clientUser = "👶"; //
let paddyIcon = "☠"; //
let henningIcon = "⚓"; //
let jegorIcon = "💪"; //
</script>
</div>
<div class="reveal">
<!-- Footer && Header -->
<style>
.reveal .footer {
position: absolute;
bottom: 1em;
left: 1em;
font-size: 0.5em;
}
.header{
position: absolute;
top: 1em;
right : 1em;
}
.troll{
position: absolute;
top: 10px;
right : 10px;
font-size: 12px;
}
.persons{
position: absolute;
top: 20px;
left : 15px;
}
h1,h2,h3,h4,h5,h6{
padding-top: 2%;
}
</style>
<div class='footer'>
TINF19B4 <br>
18.06.2021 <br>
Patrick Müller, Georg Reichert & Henning Sextro
</div>
<div id="troll" class='troll'></div>
<div id="header" class="header">
</div>
<div id="persons" class="persons"><script>document.write(henningIcon)</script></div>
<!-- Slides -->
<div class="slides" id="introduction">
<!-- Introduction -->
<section>
<h2> ❤️Welcome to our<br> final presentation</h2>
<p>
<img style="width: 50%" src="resources/Betterzon.svg">
</p>
</section>
<!-- Disclaimer -->
<section>
<h2>Disclaimer</h2>
<p>
This template was created <u>by and for</u> the groups from <u><a href="https://taskhub854228916.wordpress.com/">TaskHub</a></u>, <u><a href="https://blog.betterzon.xyz">Betterzon</a></u> and <u><a href="https://blog.plantshub.de">PlantsHub</a></u>.
</p>
</section>
<!-- ToC for Business needs-->
<section>
<h2 style="padding-top: 1%"><a href="https://kay.fasten-your-seat-belts.de/my-courses/software-engineering/1638/">Contents - understanding your business</a></h2>
<ol type="1" style="font-size:60%;">
<li>Our project</li>
<ol>
<li>Our vision</li>
<li>Use cases (incl. scopes)</li>
<li>SRS</li>
<li>nonfunctional</li>
<li>Scope</li>
</ol>
<li>Project methodology</li>
<li>Project management</li>
<ol>
<li>RUP + burndown</li>
<li>Long term planning</li>
<li>Scrumming</li>
<li>Iterative process</li>
<li>Cost estimation</li>
</ol>
</ol>
</section>
<!--- Toc for technical Ability--->
<section>
<h2 style="padding-top: 1%"><a href="https://kay.fasten-your-seat-belts.de/my-courses/software-engineering/1638/">Contents - technical ability</a></h2>
<ol type="1" style="font-size:60%;">
<li>Live-demo</li>
<ol>
<li>Tools we used</li>
<li>Live-demo</li>
</ol>
<li>Extension of the functionality</li>
<li>Visual representation of code and architecture</li>
</ol>
</section>
<!--- Toc for Quality--->
<section>
<h2 style="padding-top: 1%"><a href="https://kay.fasten-your-seat-belts.de/my-courses/software-engineering/1638/">Contents - Quality</a></h2>
<ol type="1" style="font-size:60%;">
<li>Architecture</li>
<li>Configuration</li>
<ol>
<li>Automation</li>
<li>Continuous integration</li>
</ol>
<li>Risk management</li>
<li>Testing</li>
<li>Patterns</li>
<li>Metrics</li>
</ol>
</section>
<!-- Addressed Person -->
<section>
<h3>Separation</h3>
<p>
Every symbol stands for one person in this room which is addressed in the slide. They are shown in the top-right corner.
<ul style="list-style-type: none">
<li><script>document.write(maintainer)</script> → Maintaining your code</li>
<li><script>document.write(headOfIT)</script> → Head of IT</li>
<li><script>document.write(businessClient)</script> → Business client</li>
<li><script>document.write(clientUser)</script> → Client (user)</li>
</ul>
</p>
</section>
<!-- Speaking Person -->
<section>
<h3>Speaker</h3>
<p>
↖ Every symbol stands for one speaker
<ul style="list-style-type: none">
<li><script>document.write(paddyIcon)</script> → Patrick Müller</li>
<li><script>document.write(jegorIcon)</script> → Georg Reichert</li>
<li><script>document.write(henningIcon)</script> → Henning Sextro</li>
</ul>
</p>
</section>
</div>
<!--
_______ ______ __________________ _______ _______
( ____ \( __ \ \__ __/\__ __/ ( )( ____ \
| ( \/| ( \ ) ) ( ) ( | () () || ( \/
| (__ | | ) | | | | | | || || || (__
| __) | | | | | | | | | |(_)| || __)
| ( | | ) | | | | | | | | || (
| (____/\| (__/ )___) (___ | | | ) ( || (____/\
(_______/(______/ \_______/ )_( |/ \|(_______/
-->
<div class="slides" id="Understand your business needs">
<section>
<h1>1. Understanding YOUR business needs</h1>
</section>
<section>
<section>
<h2>1.1 Our project</h2>
</section>
<section>
<h2><a href="https://blog.betterzon.xyz/2020/10/04/hello-world/">1.1.1 Our vision 🔮</a></h2>
<br>
<ul>
<li>Show everyone that amazon is not the best</li>
<li>We want to support local shops</li>
<li>Everyone should be able to use Betterzon</li>
</ul>
</section>
<section>
<h2 ><a href="https://blog.betterzon.xyz/2020/10/18/03-srs-and-ucd/">1.1.2 Use cases (incl. scopes)</a></h2>
<a href="https://raw.githubusercontent.com/Mueller-Patrick/Betterzon/develop/doku/use-case-betterzon.png">
<img width="20%" src="https://raw.githubusercontent.com/Mueller-Patrick/Betterzon/develop/doku/use-case-betterzon.png">
</a>
</section>
<section>
<h2 ><a href="https://github.com/Mueller-Patrick/Betterzon/wiki/SRS">1.1.3 SRS</a></h2>
<img src="resources/srs.png">
</section>
<section>
<h2>1.1.4 non-functional</h2>
<ul>
<li class="fragment" data-fragment-index="1">Easy to access</li>
<li class="fragment" data-fragment-index="2">Easy to scale</li>
<li class="fragment" data-fragment-index="3">Easy and cheap to maintain</li>
<li class="fragment" data-fragment-index="4">Low response time</li>
<li class="fragment" data-fragment-index="5">Focus on privacy</li>
</ul>
</section>
</section>
<section>
<section>
<h2>1.2. Project methodology</h2>
</section>
<section>
<h2 >Scrum</h2>
<p>
We decided to use the agile development approach <u>scrum</u>.
</p>
<img class="fragment" data-fragment-index="2" style="width: 80%" src="https://bvik.org/wp-content/uploads/2019/08/SCRUM-Methode.jpg">
</section>
</section>
<section>
<section>
<h2>1.3 Project management</h2>
<br>
<a href="https://dhbw-karlsruhe.myjetbrains.com/youtrack/dashboard?id=0376b31b-1d34-4fff-825a-cb6bbadf6ec3"><img style="width: 20%" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/YouTrack_Icon.svg/800px-YouTrack_Icon.svg.png"></a>
</section>
<section>
<h2 >1.3.1 RUP Flow Chart</h2>
<img style="width: 40%" src="resources/betterzon_flowchart.png">
</section>
<section>
<h2>1.3.2 Scrumming</h2>
<img width="80%" src="resources/scrum.png">
</section>
<section>
<h2>1.3.2 Scrumming</h2>
<h3>First sprint 30.04.2021 - 07.05.2021</h3>
<img width="40%" src="resources/betterzon_sprint5.png">
</section>
<section>
<h2>1.3.2 Scrumming</h2>
<h3>Second sprint 14.05.2021 - 21.05.2021</h3>
<img width="40%" src="resources/betterzon_sprint7.png">
</section>
<section>
<h2>1.3.2 Scrumming</h2>
<h3>Third sprint 28.05.2021 - 04.06.2021</h3>
<img width="40%" src="resources/betterzon_sprint9.png">
</section>
<section>
<h2>1.4 Iterative process</h2>
<p>With scrum we are following an iterative process, improving our code and ourselves one week at a time.</p>
<img src="https://www.geckoboard.com/blog/content/images/the-dashboard-iteration-process.png">
</section>
<section>
<h2>1.4.1 Why we chose an iterative process</h2>
<ul>
<li>Deployment after every sprint</li>
<li>Easy adjustment without big replanning</li>
</ul>
</section>
<section>
<h2>1.5 Cost estimation</h2>
<img src="resources/final/functionPoints.png"> <br>
<ul style="list-style-type: none">
</ul>
</section>
</section>
</div>
<div class="slides" id="Technical ability">
<section>
<h1>2. Technical ability</h1>
</section>
<section>
<section>
<h2>2.1 Live-demo</h2>
</section>
<section>
<h2>2.1.1 Tools we used</h2>
<ul>
<li>Git - <img style="width: 10%;" src="https://git-scm.com/images/logos/downloads/Git-Icon-1788C.png"></li>
<li>IntelliJ - <img style="width: 10%" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/IntelliJ_IDEA_Icon.svg/800px-IntelliJ_IDEA_Icon.svg.png"></li>
<li>YouTrack - <a href="https://dhbw-karlsruhe.myjetbrains.com/youtrack/dashboard?id=17a3c555-0b27-4f1f-814a-253a49456414"><img style="width: 10%" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/YouTrack_Icon.svg/800px-YouTrack_Icon.svg.png"></a></li>
<li>Postman - <img style="width: 10%" src="https://www.pngjoy.com/pngl/776/9228516_ubuntu-logo-postman-tool-transparent-png.png"></li>
</ul>
</section>
<section>
<h2 style="margin-top: 3%">2.1.2 Live-demo with Manfred</h2>
<a href="http://localhost:4200" target="_blank"><img src="resources/Manfred.png"></a><br>
<a href="https://localhost:8088"> ⬆️this is Manfred</a>
</section>
<section>
<h2>2.2 Extension of the functionality</h2>
</section>
<section>
<h2>2.2.1 Extension of the functionality</h2>
<ul>
<li>We use a modular backend</li>
<ol style="list-style: none">
<li>Every table corresponds with a model and api endpoint</li>
<li>➾ makes it easy to extend and adjust</li>
</ol>
<li>We use the beautifulsoup library to extract the information from our partners</li>
<ol style="list-style: none">
<li>➾ Easy to understand and extend</li>
</ol>
<li>We use angular for the frontend</li>
<ol style="list-style: none">
<li>➾ Easy to add more components</li>
</ol>
</ul>
</section>
<section>
<h2>2.3 Visualisation of our code</h2>
<img src="resources/Frontend_Components_Diagram.png">
<img src="resources/final/backend_visualization.png">
</section>
</section>
</div>
<div class="slides" id="Quality">
<section>
<h1>3. Quality</h1>
</section>
<section>
<h2 >3.1 Architecture</h2>
<a href="https://github.com/Mueller-Patrick/Betterzon/wiki/Software-Architecture-Document-(SAD)">
<img src="resources/SAD.png">
</a>
</section>
<section>
<section>
<h2>3.2 Configuration</h2>
<img src="resources/final/jenkins.png">
</section>
<section>
<h2>3.2.1 Continuous integration</h2>
<img src="resources/final/ci.png" style="width: 60%">
</section>
<section>
<h2>3.2.2 Continuous delivery</h2>
<img src="resources/final/cd.png">
</section>
</section>
<section>
<h2>3.3 Risk management</h2>
<img src="resources/final/risk_management.png">
</section>
<section>
<section>
<h2>3.4 Testing</h2>
</section>
<section>
<h2>3.4.1 Backend Testing</h2>
<p>
with Postman - <img style="width: 9%" src="https://miro.medium.com/max/700/1*ap0NRizcKwuX5gfzKqEk6Q.png">
</p>
<img style="width: 65%" src="resources/final/postman.png">
</section>
<section>
<h2>3.4.2 Frontend Testing</h2>
<p>
with Karma and Jasmine - <img style="width: 3%" src="https://camo.githubusercontent.com/741e253cac70d7aba92a5bc90fbeb6ffae4c0900487214d724cfe4194512d237/68747470733a2f2f776f726c64766563746f726c6f676f2e636f6d2f6c6f676f732f6b61726d612e737667">
<img style="width: 3%" src="https://media.discordapp.net/attachments/706505326408761364/854800326790873088/Logo_jasmine.svg.png?width=705&height=702">
</p>
<br>
<img width="40%" src="resources/Tests.png">
</section>
<section>
<h2>3.4.3 Functional Testing</h2>
<p>
with Cucumber - <img style="width: 3%" src="https://media.discordapp.net/attachments/706505326408761364/854800005721882654/cucumber-logo.png">
</p>
<img width="65%" src="resources/final/cucumber_tests.png">
</section>
</section>
<section>
<h2>3.5 Patterns</h2>
<img src="resources/final/Proxy_Pattern.png">
<p>
We use, among others, Design Patterns such as Proxies, Observers, Dependency Injection, Constructors, Decorators and Templates.
</p>
</section>
<section>
<h2>3.6 Metrics</h2>
<p>
with Codacy - <img style="width: 5%" src="resources/final/codacy_icon.png">
</p>
<img src="resources/final/codacy.png">
</section>
</div>
<div class="slides" id="endslide">
<section>
<h1>Hope you enjoyed our <br> presentation ❤️</h1>
<br>
<p>Also feel free to look at our <a target="_blank" href="https://raw.githubusercontent.com/Mueller-Patrick/Betterzon-Final/master/index.html">Presentation source code</a> and <a target="_blank" href="https://revealjs.com/">reveal.js</a></p>
</section>
</div>
</div>
<div id="scripts">
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
showNotes: "true",
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
Reveal.on( 'slidechanged', event => {
if(event.indexh == 6 || event.indexh < 5){
document.getElementById("header").innerHTML = "";
}
if(event.indexh == 5 || event.indexh == 8 || (event.indexh == 12 && event.indexv == 2) || event.indexh == 20){
document.getElementById("header").innerHTML = maintainer+headOfIT+businessClient+clientUser;
}
if((event.indexh == 8 && event.indexv >= 2) || event.indexh == 9) {
document.getElementById("header").innerHTML = businessClient;
}
if(event.indexh == 8 && event.indexv == 4) {
document.getElementById("header").innerHTML = clientUser;
}
if(event.indexh == 10 || (event.indexh == 12 && event.indexv == 3)){
document.getElementById("header").innerHTML = maintainer+headOfIT+businessClient;
}
if(event.indexh == 11){
document.getElementById("header").innerHTML = maintainer+headOfIT;
}
if(event.indexh == 15){
document.getElementById("header").innerHTML = maintainer+businessClient;
}
if(event.indexh == 16){
document.getElementById("header").innerHTML = businessClient;
}
if(event.indexh == 17){
document.getElementById("header").innerHTML = maintainer+headOfIT+businessClient;
}
//#####################################################
if (event.indexh == 7){
document.getElementById("persons").innerHTML = henningIcon;
}
if (event.indexh == 11){
document.getElementById("persons").innerHTML = paddyIcon;
}
if (event.indexh == 12 && event.indexv == 2){
document.getElementById("persons").innerHTML = jegorIcon;
}
if (event.indexh == 12 && event.indexv == 3){
document.getElementById("persons").innerHTML = paddyIcon;
}
if (event.indexh == 16){
document.getElementById("persons").innerHTML = jegorIcon;
}
if (event.indexh == 99){
document.getElementById("persons").innerHTML = paddyIcon;
}
if (event.indexh == 99){
document.getElementById("persons").innerHTML = jegorIcon;
}
} );
</script>
</div>
</body>
</html>