From 9443790382246c7c6c0114674ccb0a4cc8b1517f Mon Sep 17 00:00:00 2001 From: mhoennig Date: Wed, 26 Aug 2026 19:40:01 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20=E2=80=94=202=20Knoten?= =?UTF-8?q?=20in=20Produktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC §4 unterscheidet [x] fertig von [^] in Produktion (D30): - #be.scaffold.info: An endpoint that says name and version - #col.live.upload: Put a local plan on the server, from the menu --- docs/examples/werkbaum.werkbaum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index f550037..06b235b 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -116,7 +116,7 @@ - [ ] #be: Backend (XL) - [/] #be.scaffold: Kotlin and Spring Boot scaffold (M) - [^] #be.scaffold.gradle: Gradle Kotlin DSL, JDK 21 (S) - - [x] #be.scaffold.info: An endpoint that says name and version (XS) + - [^] #be.scaffold.info: An endpoint that says name and version (XS) - [ ] #be.scaffold.ci: Continuous integration for the backend (S) - [^] #be.docs: Documents on the server (L) :#be.scaffold - [^] #be.docs.model: Text plus metadata, no structure format (M) @@ -169,7 +169,7 @@ | [?] #col.live.crdt: Text CRDT — the plan is plain text, so it fits (L) | [?] #col.live.ot: Operational transformation (XL) - [^] #col.live.ask: On a real overlap, ask whose version wins (S) - - [x] #col.live.upload: Put a local plan on the server, from the menu (S) + - [^] #col.live.upload: Put a local plan on the server, from the menu (S) - [?] #col.live.cursors: Cursors and who else is here (S) - [-] #col.live.ws: Transport over a websocket (S) %% plain HTTP turned out to be enough - [-] #col.live.own: A merge algorithm of our own (XL) %% solved problem, do not reinvent