feat(handbook): add task-overview section rendered from mounted CSV (#662)#664
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the
RealUnitCH/apphalf of #662 — the presentation layer only. Edits a single file,docs/handbook/de/index.html.What this PR adds
A · Aufgabenafter the existing appendix entries (M / S / L).<details id="spec-tasks" class="spec">matching the handbook look (spec-head,spec-intro, palette variables), containing a#tasks-tablemount point and an inline renderer.#spec-taskstable/notice block reusing the existing palette (--surface,--line,--surface-2, …).Renderer behaviour
fetch('tasks.csv')— relative URL resolves same-origin to/de/tasks.csv(browser replays the existing Basic-Auth session; no extra auth handling).""-escaped quotes, and LF/CRLF line endings. Built entirely with DOM APIs (createElement+textContent), so every cell value is HTML-escaped by construction.<th>; remaining rows →<tr>/<td>. Status columns (Code/Test/Gemeldet emojis or–) pass through as UTF-8.<a target="_blank" rel="noopener">with a short label (last path segment, e.g.#659). Onlyhttp(s)tokens are linkified (defends againstjavascript:in data); other tokens render as text.Why this keeps CI green
BEGIN/END:store-listing,BEGIN/END:legal-downloads). Both generators were re-run locally → no diff to those blocks, so thehandbook-build-checkstaleness gates stay green.fetch404s and the renderer shows the fallback — the page loads, the smoke test (/healthz,/de/auth wall, screenshots) is unaffected.Verification done locally
node --checkclean.Kategorie,Task,Code,Test,Gemeldet,Linksschema: comma-in-quoted-field,""escaping, emoji/–passthrough, single + multiple links with#NNNlabels, empty links cell — all pass.<details>/<script>tags balanced; generated blocks untouched; no internal data in the diff.Draft until the 3-subagent review loop is clean and
handbook-build-checkis green (runs on ready-for-review).