Skip to content

Commit 0e7a5d2

Browse files
Deploy milestone reports to GitHub Pages 67a6c06
0 parents  commit 0e7a5d2

File tree

7 files changed

+1552
-0
lines changed

7 files changed

+1552
-0
lines changed

.nojekyll

Whitespace-only changes.

index.html

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>WebTop Milestones Report</title>
7+
<link rel="icon" href="static/favicon.svg">
8+
<style>
9+
* {
10+
margin: 0;
11+
padding: 0;
12+
box-sizing: border-box;
13+
}
14+
15+
body {
16+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
17+
line-height: 1.6;
18+
color: #333;
19+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
20+
min-height: 100vh;
21+
padding: 20px;
22+
}
23+
24+
.container {
25+
max-width: 1200px;
26+
margin: 0 auto;
27+
}
28+
29+
header {
30+
text-align: center;
31+
color: white;
32+
margin-bottom: 40px;
33+
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
34+
}
35+
36+
h1 {
37+
font-size: 2.5em;
38+
margin-bottom: 10px;
39+
}
40+
41+
.milestone-card {
42+
background: white;
43+
border-radius: 8px;
44+
padding: 20px;
45+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
46+
transition: transform 0.2s, box-shadow 0.2s;
47+
margin: 10px;
48+
}
49+
50+
.epic-link {
51+
margin-top: 8px;
52+
font-size: 0.9em;
53+
color: #555;
54+
}
55+
56+
.epic-link a {
57+
color: #764ba2;
58+
text-decoration: none;
59+
font-weight: 600;
60+
}
61+
.milestone-card:hover {
62+
transform: translateY(-4px);
63+
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
64+
}
65+
66+
.milestone-card h3 {
67+
color: #667eea;
68+
margin-bottom: 10px;
69+
font-size: 1.3em;
70+
}
71+
72+
.milestone-title-link {
73+
color: inherit;
74+
text-decoration: none;
75+
}
76+
77+
.milestone-link {
78+
display: inline-block;
79+
padding: 8px 16px;
80+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
81+
color: white;
82+
text-decoration: none;
83+
border-radius: 4px;
84+
transition: opacity 0.2s;
85+
float: right;
86+
}
87+
88+
.milestone-link:hover {
89+
opacity: 0.9;
90+
}
91+
92+
footer {
93+
text-align: center;
94+
color: rgba(255, 255, 255, 0.8);
95+
margin-top: 40px;
96+
font-size: 0.9em;
97+
}
98+
</style>
99+
</head>
100+
<body>
101+
<div class="container">
102+
<header>
103+
<h1>WebTop Milestones Report</h1>
104+
<p class="subtitle">Open Milestones</p>
105+
</header>
106+
107+
<div class="milestones-grid">
108+
<div class="milestone-card">
109+
<h3><a class="milestone-title-link" href="milestone-WT-1421.html">Milestone 2</a></h3>
110+
<p class="milestone-description">
111+
112+
</p>
113+
<div class="milestone-meta">
114+
<span class="issue-count">Issues: 21</span>
115+
</div>
116+
<p class="epic-link">
117+
<a href="https://sonicle.atlassian.net/browse/WT-1421" target="_blank">Epic WT-1421</a>
118+
</p>
119+
<a href="milestone-WT-1421.html" class="milestone-link">
120+
View Details
121+
</a>
122+
</div>
123+
<div class="milestone-card">
124+
<h3><a class="milestone-title-link" href="milestone-WT-1219.html">Lost & Found</a></h3>
125+
<p class="milestone-description">
126+
127+
</p>
128+
<div class="milestone-meta">
129+
<span class="issue-count">Issues: 14</span>
130+
</div>
131+
<p class="epic-link">
132+
<a href="https://sonicle.atlassian.net/browse/WT-1219" target="_blank">Epic WT-1219</a>
133+
</p>
134+
<a href="milestone-WT-1219.html" class="milestone-link">
135+
View Details
136+
</a>
137+
</div>
138+
<div class="milestone-card">
139+
<h3><a class="milestone-title-link" href="milestone-WT-1217.html">New Ideas</a></h3>
140+
<p class="milestone-description">
141+
142+
</p>
143+
<div class="milestone-meta">
144+
<span class="issue-count">Issues: 4</span>
145+
</div>
146+
<p class="epic-link">
147+
<a href="https://sonicle.atlassian.net/browse/WT-1217" target="_blank">Epic WT-1217</a>
148+
</p>
149+
<a href="milestone-WT-1217.html" class="milestone-link">
150+
View Details
151+
</a>
152+
</div>
153+
<div class="milestone-card">
154+
<h3><a class="milestone-title-link" href="milestone-WT-706.html">To Plan</a></h3>
155+
<p class="milestone-description">
156+
157+
</p>
158+
<div class="milestone-meta">
159+
<span class="issue-count">Issues: 50</span>
160+
</div>
161+
<p class="epic-link">
162+
<a href="https://sonicle.atlassian.net/browse/WT-706" target="_blank">Epic WT-706</a>
163+
</p>
164+
<a href="milestone-WT-706.html" class="milestone-link">
165+
View Details
166+
</a>
167+
</div>
168+
</div>
169+
170+
<footer>
171+
<p>Generated by Jira Milestone Reporter on 2026-01-12 03:30:13</p>
172+
</footer>
173+
</div>
174+
</body>
175+
</html>

milestone-WT-1217.html

Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>New Ideas - WebTop Milestones Report</title>
7+
<link rel="icon" href="static/favicon.svg">
8+
<style>
9+
* {
10+
margin: 0;
11+
padding: 0;
12+
box-sizing: border-box;
13+
}
14+
15+
body {
16+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
17+
line-height: 1.6;
18+
color: #333;
19+
background: #f5f5f5;
20+
padding: 20px;
21+
}
22+
23+
.container {
24+
max-width: 1400px;
25+
margin: 0 auto;
26+
background: white;
27+
border-radius: 8px;
28+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
29+
padding: 30px;
30+
}
31+
32+
header {
33+
margin-bottom: 30px;
34+
border-bottom: 2px solid #667eea;
35+
padding-bottom: 20px;
36+
}
37+
38+
h1 {
39+
color: #667eea;
40+
margin-bottom: 5px;
41+
}
42+
43+
.breadcrumb {
44+
color: #999;
45+
font-size: 0.9em;
46+
margin-top: 10px;
47+
}
48+
49+
.breadcrumb a {
50+
color: #667eea;
51+
text-decoration: none;
52+
}
53+
54+
.issues-table {
55+
width: 100%;
56+
border-collapse: collapse;
57+
}
58+
59+
.issues-table th {
60+
text-align: left;
61+
padding: 12px;
62+
font-weight: 600;
63+
color: #667eea;
64+
font-size: 0.9em;
65+
}
66+
67+
.issues-table td {
68+
padding: 12px;
69+
border-bottom: 1px solid #eee;
70+
}
71+
72+
.issues-table a {
73+
color: #667eea;
74+
text-decoration: none;
75+
}
76+
77+
.status {
78+
display: inline-block;
79+
padding: 4px 8px;
80+
border-radius: 4px;
81+
font-size: 0.85em;
82+
font-weight: 600;
83+
}
84+
85+
.status-green {
86+
background: #d4edda;
87+
color: #155724;
88+
}
89+
90+
.status-orange {
91+
background: #fff3cd;
92+
color: #856404;
93+
}
94+
95+
.status-gray {
96+
background: #e9ecef;
97+
color: #383d41;
98+
}
99+
100+
footer {
101+
margin-top: 40px;
102+
padding-top: 20px;
103+
border-top: 1px solid #eee;
104+
text-align: center;
105+
color: #999;
106+
font-size: 0.9em;
107+
}
108+
</style>
109+
</head>
110+
<body>
111+
<div class="container">
112+
<header>
113+
<h1>New Ideas</h1>
114+
<div class="breadcrumb">
115+
<a href="index.html">Back to Milestones</a>
116+
</div>
117+
</header>
118+
119+
<h2 style="margin-bottom: 20px; color: #333;">Issues (4)</h2>
120+
121+
<table class="issues-table">
122+
<thead>
123+
<tr>
124+
<th>Issue Key</th>
125+
<th>Summary</th>
126+
<th>Status</th>
127+
<th>Start Date</th>
128+
<th>Due Date</th>
129+
<th>Assignee</th>
130+
</tr>
131+
</thead>
132+
<tbody>
133+
<tr>
134+
<td><a href="https://sonicle.atlassian.net/browse/WT-1228" target="_blank">WT-1228</a></td>
135+
<td>Modern interface for mobile</td>
136+
<td><span class="status status-gray">To Do</span></td>
137+
<td>-</td>
138+
<td>-</td>
139+
<td>Unassigned</td>
140+
</tr>
141+
<tr>
142+
<td><a href="https://sonicle.atlassian.net/browse/WT-1227" target="_blank">WT-1227</a></td>
143+
<td>PEC Bridge integration and new implementation</td>
144+
<td><span class="status status-gray">To Do</span></td>
145+
<td>-</td>
146+
<td>-</td>
147+
<td>Unassigned</td>
148+
</tr>
149+
<tr>
150+
<td><a href="https://sonicle.atlassian.net/browse/WT-737" target="_blank">WT-737</a></td>
151+
<td>New passwords and resources management service (keypass)</td>
152+
<td><span class="status status-gray">To Do</span></td>
153+
<td>-</td>
154+
<td>-</td>
155+
<td>Unassigned</td>
156+
</tr>
157+
<tr>
158+
<td><a href="https://sonicle.atlassian.net/browse/WT-736" target="_blank">WT-736</a></td>
159+
<td>New Notes service like Google Keep / Post-it</td>
160+
<td><span class="status status-gray">To Do</span></td>
161+
<td>-</td>
162+
<td>-</td>
163+
<td>Unassigned</td>
164+
</tr>
165+
</tbody>
166+
</table>
167+
168+
<footer>
169+
<p>Generated by Jira Milestone Reporter on 2026-01-12 03:30:13</p>
170+
</footer>
171+
</div>
172+
</body>
173+
</html>

0 commit comments

Comments
 (0)