asw-v01: archive deferred content (packs, site, lab, legacy examples)
- 2.1: packs/ -> archive/packs/ - 2.2: site/ -> archive/site/ - 2.3: src/lab/ -> archive/lab/ - 2.4: examples/ -> archive/examples-legacy/ (SSI-based)
This commit is contained in:
parent
416fe2f180
commit
e47a9f4401
173 changed files with 11 additions and 5 deletions
144
archive/examples-legacy/charts/multi-chart-report.html
Normal file
144
archive/examples-legacy/charts/multi-chart-report.html
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!--#include virtual="/_include/head.html" -->
|
||||
<title>Sprint Report — ASW Examples</title>
|
||||
<meta name="description" content="Full sprint report template
|
||||
combining bar, column, area, line, pie, and burndown charts">
|
||||
</head>
|
||||
<body>
|
||||
<!--#include virtual="/_include/nav.html" -->
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1>Sprint Report</h1>
|
||||
<p data-text="lead">Full sprint report template combining bar,
|
||||
column, area, line, pie, and burndown charts</p>
|
||||
</header>
|
||||
|
||||
<hgroup>
|
||||
<h1>Sprint Report — Week 14</h1>
|
||||
<p>2026-03-31 through 2026-04-03 · ASW development sprint</p>
|
||||
</hgroup>
|
||||
|
||||
<section>
|
||||
<h2>Summary</h2>
|
||||
|
||||
<div data-layout="stats">
|
||||
<div>
|
||||
<span data-stat="value">8</span>
|
||||
<span data-stat="label">Issues opened</span>
|
||||
</div>
|
||||
<div>
|
||||
<span data-stat="value">14</span>
|
||||
<span data-stat="label">Issues closed</span>
|
||||
</div>
|
||||
<div>
|
||||
<span data-stat="value">+6</span>
|
||||
<span data-stat="label">Net resolved</span>
|
||||
</div>
|
||||
<div>
|
||||
<span data-stat="value">47</span>
|
||||
<span data-stat="label">Commits</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Commit activity</h2>
|
||||
|
||||
<table data-chart="column" style="--chart-height: 180px">
|
||||
<caption>Commits per day — Week 14</caption>
|
||||
<tbody>
|
||||
<tr><th scope="row">Mon</th><td style="--size: 0.44">8</td></tr>
|
||||
<tr><th scope="row">Tue</th><td style="--size: 0.67">12</td></tr>
|
||||
<tr><th scope="row">Wed</th><td style="--size: 1.0">18</td></tr>
|
||||
<tr><th scope="row">Thu</th><td style="--size: 0.50">9</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p data-text="dim">Source: git log — max=18 (Wednesday)</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Open issues trend</h2>
|
||||
|
||||
<table data-chart="line" style="--chart-height: 160px">
|
||||
<caption>Open issues count — last 6 weeks</caption>
|
||||
<tbody>
|
||||
<tr><th scope="row">W9</th><td style="--size: 0.8">48</td></tr>
|
||||
<tr><th scope="row">W10</th><td style="--size: 0.9">54</td></tr>
|
||||
<tr><th scope="row">W11</th><td style="--size: 0.7">42</td></tr>
|
||||
<tr><th scope="row">W12</th><td style="--size: 1.0">60</td></tr>
|
||||
<tr><th scope="row">W13</th><td style="--size: 0.75">45</td></tr>
|
||||
<tr><th scope="row">W14</th><td style="--size: 0.5">30</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p data-text="dim">Source: Forgejo API — open issues by week</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Vault activity</h2>
|
||||
|
||||
<table data-chart="area" style="--chart-height: 150px">
|
||||
<caption>Vault commit volume — last 8 sessions</caption>
|
||||
<tbody>
|
||||
<tr><th scope="row">S1</th><td style="--size: 0.4">light</td></tr>
|
||||
<tr><th scope="row">S2</th><td style="--size: 0.6">medium</td></tr>
|
||||
<tr><th scope="row">S3</th><td style="--size: 0.8">heavy</td></tr>
|
||||
<tr><th scope="row">S4</th><td style="--size: 0.5">medium</td></tr>
|
||||
<tr><th scope="row">S5</th><td style="--size: 0.9">deep</td></tr>
|
||||
<tr><th scope="row">S6</th><td style="--size: 1.0">peak</td></tr>
|
||||
<tr><th scope="row">S7</th><td style="--size: 0.7">heavy</td></tr>
|
||||
<tr><th scope="row">S8</th><td style="--size: 0.6">medium</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p data-text="dim">Source: git -C ~/.napkin log — session classification</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Sprint burndown</h2>
|
||||
|
||||
<table data-chart="burndown">
|
||||
<caption>Week 14 sprint — 20 issues, 4 days</caption>
|
||||
<tbody>
|
||||
<tr><th scope="row">Mon</th><td style="--size: 1.0">20</td></tr>
|
||||
<tr><th scope="row">Tue</th><td style="--size: 0.65">13</td></tr>
|
||||
<tr><th scope="row">Wed</th><td style="--size: 0.35">7</td></tr>
|
||||
<tr><th scope="row">Thu</th><td style="--size: 0.1">2</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p data-text="dim">Source: Forgejo milestone — issues remaining per day</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Work type distribution</h2>
|
||||
|
||||
<table data-chart="pie"
|
||||
style="--pie-segments: conic-gradient(
|
||||
var(--chart-color-1) 0% 40%,
|
||||
var(--chart-color-2) 40% 65%,
|
||||
var(--chart-color-3) 65% 85%,
|
||||
var(--chart-color-4) 85% 100%
|
||||
)">
|
||||
<caption>Session work allocation — Week 14</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Implementation 40%</th>
|
||||
<th>Documentation 25%</th>
|
||||
<th>Maintenance 20%</th>
|
||||
<th>Communication 15%</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<p data-text="dim">Source: git commit trailers — Mode + topic classification</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!--#include virtual="/_include/footer.html" -->
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue