-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.html
222 lines (209 loc) Β· 8.86 KB
/
final.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/simple.css" id="theme">
<link rel="stylesheet" href="css/github.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<img src="../logo.svg" style="border: none;box-shadow: none;height: 10vh;" />
<h2>XMPP-Grid Broker</h2>
<h3>Final Presentation <span style="background-color: yellow;">Draft</span></h3>
<small>Raphael Zimmermann & Fabian Hauser</small>
</section>
<section>
<h2>π Outline</h2>
<ol>
<li>Problem Description</li>
<li>Our Solution (Demo)</li>
<li>Our Focus</li>
<li>Conclusion</li>
<li>Questions</li>
</ol>
</section>
<section>
<h3>π 1. The Problem</h3>
<img src="resources/explanatory-graphics-problem.svg" alt="problem explanatory graphic" style="height: 50vh;">
</section>
<section>
<h3>π IETF Draft</h3>
<div>
<small>"Using XMPP for Security Information Exchange"</small>
</div>
<img src="resources/explanatory-graphics-ietf-draft.svg" alt="ietf draft explanatory graphic" style="height: 50vh;">
</section>
<section>
<h3>π XMPP-Grid Broker</h3>
<img src="resources/explanatory-graphics-xmpp-grid-broker.svg" alt="xmpp-grid-broker explanatory graphic" style="height: 50vh;">
</section>
<section>
<h3>π Task Description</h3>
<ul style="list-style-type: none;">
<li class="fragment highlight-current-red">β Understand the Standards (IETF, XEPs)</li>
<li>β Collect Requirements</li>
<li>β Architecture</li>
<li>β Technology Selection</li>
<li>β Implementation</li>
</ul>
<p>
<small>
<a href="https://xmpp-grid-broker.github.io/documents/final-submission-document.pdf">Full Task Description</a>
</small>
</p>
</section>
<section>
<h3>π Understanding the Standards</h3>
<div class="standard-container">
<div class="standard-box fragment highlight-current-red"></div>
</div>
</section>
<section>
<h3>π Task Description</h3>
<ul style="list-style-type: none;">
<li>β Understand the Standards (IETF, XEPs)</li>
<li class="fragment highlight-current-red">β Collect Requirements</li>
<li class="fragment highlight-current-red">β Architecture</li>
<li class="fragment highlight-current-red">β Technology Selection</li>
<li class="fragment highlight-current-red">β Implementation</li>
</ul>
</section>
<section>
<h2>π 2. Our Solution</h2>
<img src="resources/development-setup-uml.svg" alt="xmpp-grid-broker explanatory graphic">
</section>
<section>
<h3>π» Demo</h3>
<p>
<small>
<a href="https://xgb.localhost.redbackup.org/" target="_blank">π Launch</a>
</small>
</p>
<!--
# Drehbuch
## Vorbereitung
* Neues Topic "Topic #1"
* Einstellungen -> Persist items & Persiste 100 items
* > 50 persisted Items erstellen
* => Branch mit OpenFire
## Effektive VorfΓΌhrung
* Neue Collection erzeugen "Coll #1"
* Zeige Subtopics und Parent Tab (beide leer)
* Config:
** Children: Topic #1
** Parent: Root #1
* Subtopic Tab ist nicht mehr leer -> Gehe zu Topic #1
* Zeige Parent Tab
* Zeige Persisted Items
** Und Paging
** Zeige XML Content
** Zeige Purge
* evtl. affiliations
-->
</section>
<section>
<h1>π¬</h1>
<h2>3. Our Focus</h2>
</section>
<section>
<h3>π― Design Goals</h3>
<ul style="list-style-type: none;">
<li class="fragment highlight-current-red">π Security</li>
<li class="fragment highlight-current-red">π₯οΈ Cross-Plattform</li>
<li class="fragment highlight-current-red">β²οΈ Long-Term Maintainability</li>
<li class="fragment highlight-current-red">π³ Reproducibility</li>
</ul>
</section>
<section>
<h3>π· Software Engineering</h3>
</section>
<section>
<h3>π Testability</h3>
<canvas id="locChart"></canvas>
324 Test Cases
</section>
<section>
<h3>βΌ Continuous Integration</h3>
<p>
<small>Also with documentation</small>
</p>
<img src="resources/ci-builds.png" alt="Number of Builds on Travis">
</section>
<section>
<h3>π Code Reviews</h3>
<p>122 Pull-Requests on GitHub</p>
<img src="resources/review-screenshot.png" alt="An example review" style="max-height: 80vh;">
</section>
<section>
<h3>π Architectural Decisions</h3>
<img src="resources/architectural-decisions.png" alt="Archtectural Decisions PDF" style="max-height: 80vh;">
</section>
<section>
<h2>π 4. Conclusion</h2>
</section>
<section>
<h3>π§ Technical</h3>
<ul>
<li class="fragment highlight-current-red">XMPP PubSub is still a draft</li>
<li class="fragment highlight-current-red">SASL EXTERNAL + Browser = π</li>
<li class="fragment highlight-current-red">Angular + TDD = π</li>
</ul>
</section>
<section>
<h3>π Non-Technical Personal</h3>
<ul>
<li class="fragment highlight-current-red">Interesting Project</li>
<li class="fragment highlight-current-red">Working with many standards (drafts)</li>
<li class="fragment highlight-current-red">Most requirements implemented*</li>
</ul>
<br>
<p><small><small>* See final submission document for details</small></small></p>
</section>
<section>
<h2>β 5. Questions</h2>
</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script src="js/head.load.min.js" charset="utf-8"></script>
<script src="js/chartjs-2.7.2.min.js"></script>
<script>
Reveal.initialize({
controls: false,
slideNumber: true,
transition: 'none', // none/fade/slide/convex/concave/zoom
history: true,
viewDistance: 10,
dependencies: [
{ src: 'js/plugin/highlight/highlight.js', async: true, callback: function () { hljs.initHighlightingOnLoad(); } },
{ src: 'js/plugin/math/math.js', async: true },
],
});
var locChart = new Chart(document.getElementById('locChart'), {
type: 'horizontalBar',
data: {
labels: ['Unit Tests', 'Integration Tests', 'Application Code', 'HTML + CSS'],
datasets: [{
label: "Lines of Code",
data: [5347, 768, 2060, 763],
backgroundColor: ["rgba(255, 99, 132, 0.2)", "rgba(255, 99, 132, 0.2)"],
}],
},
options: {
scales: {
xAxes: [{
ticks:
{ beginAtZero: true }
}]
},
legend: {
display: false
}
}
});
</script>
</body>
</html>