docs: Werkbaum-Plan — 9 Knoten in Produktion

Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC §4
unterscheidet [x] fertig von [^] in Produktion (D30):

- Optional nodes — neither required nor an alternative
- Show what is new since your last visit
- Watch a shared Etherpad — it merges, we render
- Load the pad's plain-text export
- Reload on demand (XS)  %% a timer only trips Etherpad's rate limit
- Embed the pad, keep the text mirror beside it
- Three views: pad and text, pad only, text only
- Splitter between pad and mirror
- A shared pointer: !!! focuses a node for everyone
This commit is contained in:
mhoennig
2026-07-30 14:06:40 +02:00
parent 953277ab83
commit fdde15cef3
+9 -9
View File
@@ -8,7 +8,7 @@
- [^] T-shirt size and the "decompose from M" rule (S) - [^] T-shirt size and the "decompose from M" rule (S)
- [^] People tags, bare URLs, %% comments (XS) - [^] People tags, bare URLs, %% comments (XS)
- [^] And/or decomposition (S) - [^] And/or decomposition (S)
- [x] Optional nodes — neither required nor an alternative (S) - [^] Optional nodes — neither required nor an alternative (S)
- [-] A separate storage format for the structure (L) %% the text is the format - [-] A separate storage format for the structure (L) %% the text is the format
- [ ] Ticket references #123 (S) - [ ] Ticket references #123 (S)
- [?] Benefit per node, not only cost (M) - [?] Benefit per node, not only cost (M)
@@ -38,7 +38,7 @@
- [^] Load a document from ?sourceUrl= (S) - [^] Load a document from ?sourceUrl= (S)
- [^] Jump between diagram and text (S) - [^] Jump between diagram and text (S)
- [ ] Open and save .werkbaum files (S) - [ ] Open and save .werkbaum files (S)
+ [x] 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)
- [?] Dates and milestones (M) - [?] Dates and milestones (M)
| [?] An attribute in the line (S) | [?] An attribute in the line (S)
@@ -62,13 +62,13 @@
| [?] Single user, one token (S) | [?] Single user, one token (S)
| [?] Log in with OIDC (L) | [?] Log in with OIDC (L)
- [~] Working together on one plan (XL) - [~] Working together on one plan (XL)
- [x] Watch a shared Etherpad — it merges, we render (S) - [^] Watch a shared Etherpad — it merges, we render (S)
- [x] Load the pad's plain-text export (XS) - [^] Load the pad's plain-text export (XS)
- [x] Reload on demand (XS) %% a timer only trips Etherpad's rate limit - [^] Reload on demand (XS) %% a timer only trips Etherpad's rate limit
- [x] Embed the pad, keep the text mirror beside it (M) - [^] Embed the pad, keep the text mirror beside it (M)
- [x] Three views: pad and text, pad only, text only (S) - [^] Three views: pad and text, pad only, text only (S)
- [x] Splitter between pad and mirror (XS) - [^] Splitter between pad and mirror (XS)
- [x] A shared pointer: !!! focuses a node for everyone (XS) - [^] A shared pointer: !!! focuses a node for everyone (XS)
- [ ] Git as the shared store (L) - [ ] Git as the shared store (L)
| [ ] A file in a repository, changed by pull request (S) %% works today, no code | [ ] A file in a repository, changed by pull request (S) %% works today, no code
| [?] The backend commits every change (L) | [?] The backend commits every change (L)