From c4a6ff57d47147ce495240edefe23529f661ad4a Mon Sep 17 00:00:00 2001 From: mhoennig Date: Sun, 23 Aug 2026 12:16:58 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20um=20die=20Arbeit=20der?= =?UTF-8?q?=20letzten=20Sitzungen=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Der Plan war zuletzt bei be72923 angefasst worden; seither sind vier Funktionen dazugekommen, die er nicht kannte. Nachgetragen als vier Knoten: - Faltung: „Fold and unfold in the diagram" sagte noch „independently of the text" — das stimmt seit D38-Nachtrag 2 nicht mehr und ist korrigiert; dazu zwei neue Kinder für das Zurückschreiben der Marke und den Falt-Umschalter (D44). - Günstigster Pfad: „Only the open front: what is done costs nothing" (D46). - Build und Auslieferung: „Says when a new build is out" (D45). Status nach D30 vergeben, nicht pauschal: Was im deployten Stand f1ac57c enthalten ist, ist auf werkbaum.javagil.de wirklich live und bekommt `[^]` — Zurückschreiben der Faltmarke, Falt-Umschalter und die Update-Prüfung. Allein der status-bewusste Pfad (c793bf0) ist noch nicht deployt und steht auf `[x]`; der nächste Prod-Deploy befördert ihn und lässt ihn als neu aufleuchten. Bugfixes bekommen keine Knoten (vertikale Sammelleiste, Mobil-Titelzeile, Bildschirmtastatur, Zeichenebenen, einzelne Station) — der Plan ist eine Funktionsübersicht, kein Änderungsprotokoll. Nachgemessen: 171 Knoten, 0 Warnungen, Pfad exakt gerechnet, 24 Stationen (unverändert — die neuen Knoten sind erledigt und kosten nichts). Im Editor neu eingespielt: der `[x]`-Knoten steht grün und ohne Stationspunkt auf dem Pfad, die beiden `[^]`-Knoten tragen den gelben Kranz. Co-Authored-By: Claude Fable 5 --- docs/examples/werkbaum.werkbaum | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index 9961bb4..58ac0f1 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -39,6 +39,7 @@ - [^] Highlight what a selected node needs and feeds (S) - [^] Cheapest path (M) - [^] Cost model, missing size counts as M (S) + - [x] Only the open front: what is done costs nothing (S) %% see D46 - [^] Metro-map line through the leaves (S) - [^] #closure: Count the whole dependency closure (M) - [^] Shared dependencies counted only once (S) @@ -64,7 +65,9 @@ - [^] Line numbers in the text editor (XS) %% the warnings name them - [^] Collapsible subtrees (M) - [^] Initial state from the text: > collapses, < re-opens (S) - - [^] Fold and unfold in the diagram, independently of the text (S) + - [^] Fold and unfold in the diagram (S) + - [^] Folding writes the mark back into the text (S) %% one undo step + - [^] One switch folds everything from size M downward (S) %% see D44 - [ ] Open and save .werkbaum files (S) + [^] Show what is new since your last visit (S) + [?] A pastel colour per person (S) @@ -75,6 +78,7 @@ - [^] One self-contained file, bundled by Vite (S) - [^] Unit tests (S) - [^] Published on every push (S) + - [^] Says when a new build is out (S) %% compares against the running one, see D45 - [-] Deploy through a gh-pages branch (S) %% GitHub Actions instead - [-] Fonts from Google (XS) %% self-hosted, no third-party request - [ ] Backend (XL)