From 4e200e4d9b16a32952ddc21bec82e9e524fd4098 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Thu, 27 Aug 2026 05:42:24 +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): - #ed.docs.picker: Breadcrumb picker in the app header (S) %% Werkbaum › name, see D81 - #col.live.upload: Share: put a local plan on the server (S) %% a button in the editor title bar, see D81 --- 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 446c3f5..f721aca 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -71,7 +71,7 @@ - [^] #ed.mobile.tip: A tap on a node opens its tooltip as a window (XS) %% no pointer, no tooltip - [^] #ed.tipwindow: The same window at the pointer and on keyboard focus (XS) %% a title has no paragraphs and never shows on focus - [^] #ed.docs: Several documents in one editor (M) - - [x] #ed.docs.picker: Breadcrumb picker in the app header (S) %% Werkbaum › name, see D81 + - [^] #ed.docs.picker: Breadcrumb picker in the app header (S) %% Werkbaum › name, see D81 - [^] #ed.docs.url: Load a document from ?sourceUrl= (S) - [^] #ed.docs.restore: Restore a shipped document from the menu (XS) - [^] #ed.jump: Jump between diagram and text (S) @@ -151,7 +151,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: Share: put a local plan on the server (S) %% a button in the editor title bar, see D81 + - [^] #col.live.upload: Share: put a local plan on the server (S) %% a button in the editor title bar, see D81 - [?] #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