forked from ChristianBreitkreutz/SprintShow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·104 lines (100 loc) · 3.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title id="SprintName">Sprint 9</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="bower_components/reveal-js/css/reveal.min.css">
<link rel="stylesheet" href="bower_components/reveal-js/css/theme/night.css" id="theme">
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- start -->
<section>
<h1>Sprint review</h1>
<h2><span id="TeamName"></span>Team Ocean HH</h2>
<h3><span id="SprintName"></span>Sprint 9</h3>
</section>
<!-- jira task -->
<section>
<h2>Sprint goal</h2>
<h3>???</h3>
<p>??? <a href="https://epages.atlassian.net/browse/AD-1555">???</a>(5 SP)</p>
</section>
<!-- task distribution -->
<section>
<h3>Current sprint</h3>
<p>Task distribution</p>
<table>
<tr>
<td>
<canvas id="taskDistribution" width="600" height="600"></canvas>
</td>
<td>
<canvas id="taskDistributionLegend" width="300" height="370"></canvas>
</td>
</tr>
</table>
</section>
<!-- task type distribution-->
<section>
<h3>Current sprint</h3>
<p>Task type distribution</p>
<table>
<tr>
<td>
<canvas id="typeDistribution" width="600" height="600"></canvas>
</td>
<td>
<canvas id="typeDistributionLegend" width="300" height="370"></canvas>
</td>
</tr>
</table>
</section>
<!-- history -->
<section>
<h3>Last sprints</h3>
<p>History</p>
<table>
<tr>
<td>
<canvas id="history" width="900" height="600"></canvas>
</td>
<td>
<canvas id="historyLegend" width="300" height="370"></canvas>
</td>
</tr>
</table>
</section>
<!-- jira task -->
<section>
<h2>Sprint goal</h2>
<h3> paypal plus</h3>
<p>todo</p>
</section>
<!-- end -->
<section>
</section>
</div>
</div>
<script data-main="presentation" src="lib/require.js"></script>
<script src="bower_components/reveal-js/lib/js/head.min.js"></script>
<script src="bower_components/reveal-js/js/reveal.min.js"></script>
<script>
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
transition: 'none', // none/fade/slide/convex/concave/zoom
});
</script>
</body>
</html>