docs: Werkbaum-Plan um die Arbeit der letzten Sitzungen ergänzt

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 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-08-23 12:16:58 +02:00
co-authored by Claude Fable 5
parent c793bf0038
commit c4a6ff57d4
+5 -1
View File
@@ -39,6 +39,7 @@
- [^] Highlight what a selected node needs and feeds (S) - [^] Highlight what a selected node needs and feeds (S)
- [^] Cheapest path (M) - [^] Cheapest path (M)
- [^] Cost model, missing size counts as M (S) - [^] 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) - [^] Metro-map line through the leaves (S)
- [^] #closure: Count the whole dependency closure (M) - [^] #closure: Count the whole dependency closure (M)
- [^] Shared dependencies counted only once (S) - [^] Shared dependencies counted only once (S)
@@ -64,7 +65,9 @@
- [^] Line numbers in the text editor (XS) %% the warnings name them - [^] Line numbers in the text editor (XS) %% the warnings name them
- [^] Collapsible subtrees (M) - [^] Collapsible subtrees (M)
- [^] Initial state from the text: > collapses, < re-opens (S) - [^] 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) - [ ] Open and save .werkbaum files (S)
+ [^] Show what is new since your last visit (S) + [^] Show what is new since your last visit (S)
+ [?] A pastel colour per person (S) + [?] A pastel colour per person (S)
@@ -75,6 +78,7 @@
- [^] One self-contained file, bundled by Vite (S) - [^] One self-contained file, bundled by Vite (S)
- [^] Unit tests (S) - [^] Unit tests (S)
- [^] Published on every push (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 - [-] Deploy through a gh-pages branch (S) %% GitHub Actions instead
- [-] Fonts from Google (XS) %% self-hosted, no third-party request - [-] Fonts from Google (XS) %% self-hosted, no third-party request
- [ ] Backend (XL) - [ ] Backend (XL)