-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (86 loc) · 4.77 KB
/
Copy pathindex.html
File metadata and controls
93 lines (86 loc) · 4.77 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Live delivery dashboard for the SubMaRk Localization Suite.">
<meta name="theme-color" content="#18202b">
<title>Localization Suite | Delivery Desk</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans+Thai:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="tokens.css">
<link rel="stylesheet" href="assets/dashboard.css">
<script src="assets/dashboard.js" defer></script>
</head>
<body>
<a class="skip-link" href="#main">Skip to dashboard</a>
<header class="masthead">
<a class="wordmark" href="./" aria-label="Localization Suite home">SUBMARK <span>/ LOCALIZATION</span></a>
<nav aria-label="Primary">
<a href="#repositories">Repositories</a>
<a href="#milestones">Milestones</a>
<a href="#gates">Release gates</a>
<a class="nav-project" href="https://github.com/orgs/SubMaRk/projects/1" target="_blank" rel="noreferrer">Open Project</a>
</nav>
</header>
<main id="main">
<section class="hero" aria-labelledby="hero-title">
<div class="hero-copy reveal">
<p class="signal"><span aria-hidden="true"></span> Suite delivery desk</p>
<h1 id="hero-title">Four products.<br>One operational truth.</h1>
<p class="hero-deck">A public, read-only view across Shared, Document, Manga, and Video. GitHub remains the source of record.</p>
</div>
<div class="sync-panel reveal" aria-live="polite">
<span class="sync-label">Last synchronized</span>
<strong id="last-sync">Loading...</strong>
<button id="refresh-data" type="button">Refresh data</button>
</div>
</section>
<section class="metric-rail reveal" aria-label="Suite totals">
<article><span>Repositories</span><strong id="metric-repos">4</strong></article>
<article><span>Open issues</span><strong id="metric-open">--</strong></article>
<article><span>Milestones</span><strong id="metric-milestones">--</strong></article>
<article><span>Blocked</span><strong id="metric-blocked">--</strong></article>
</section>
<section class="workflow reveal" aria-labelledby="workflow-title">
<div class="section-head">
<div><p>Current flow</p><h2 id="workflow-title">Work distribution</h2></div>
<a href="https://github.com/orgs/SubMaRk/projects/1/views/1" target="_blank" rel="noreferrer">View board</a>
</div>
<div id="status-track" class="status-track" aria-label="Project status distribution"></div>
<div id="status-legend" class="status-legend"></div>
</section>
<section id="repositories" class="repositories reveal" aria-labelledby="repositories-title">
<div class="section-head">
<div><p>Source repositories</p><h2 id="repositories-title">Product lines</h2></div>
<span id="repo-health">Collecting repository health...</span>
</div>
<div id="repo-grid" class="repo-grid"></div>
</section>
<section id="milestones" class="ledger reveal" aria-labelledby="milestones-title">
<div class="section-head">
<div><p>Release authority</p><h2 id="milestones-title">Active milestones</h2></div>
<span>Progress is calculated from linked issues.</span>
</div>
<div id="milestone-tabs" class="milestone-tabs" role="tablist" aria-label="Repository milestones"></div>
<div id="milestone-list" class="milestone-list" role="tabpanel" tabindex="0"></div>
</section>
<section id="gates" class="gates reveal" aria-labelledby="gates-title">
<div class="section-head">
<div><p>Attention queue</p><h2 id="gates-title">Release gates and blockers</h2></div>
<a href="https://github.com/orgs/SubMaRk/projects/1/views/6" target="_blank" rel="noreferrer">Inspect gates</a>
</div>
<div class="gate-columns">
<div><h3>Required gates</h3><div id="gate-list" class="issue-list"></div></div>
<div><h3>Blocked work</h3><div id="blocked-list" class="issue-list"></div></div>
</div>
</section>
</main>
<footer>
<p>Localization Suite is source-available software by SubMaRk.</p>
<p><a href="https://github.com/SubMaRk/shared-localization">Shared</a> / <a href="https://github.com/SubMaRk/document-localization">Document</a> / <a href="https://github.com/SubMaRk/manga-localization">Manga</a> / <a href="https://github.com/SubMaRk/video-localization">Video</a></p>
</footer>
<noscript>This dashboard requires JavaScript to render GitHub data.</noscript>
</body>
</html>