From 3f336db680e48d6d65025d4e37363900ec2f97f8 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Thu, 27 Aug 2026 16:54:26 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20=E2=80=94=207=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): - #not.tag.project: (&taiga.slug) assigns the Taiga project, inherited - #trk.create.proxy: Backend proxy with named endpoints - #trk.create.login: Log in to Taiga, token stays in the browser (S) :#trk.create.proxy - #trk.create.project: The project comes from the inherited tag (S) :#not.tag.project - #trk.create.story: A "create story" action in the node window (S) :#trk.create.login - #trk.create.tasks: Sub-packages become tasks, picked in a dialog (M) :#trk.create.story - #trk.create.ref: The ref lands in the line beside the id (S) :#trk.create.story --- docs/examples/werkbaum.werkbaum | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index b45d592..3c3724d 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -14,7 +14,7 @@ - [^] #not.id: Node IDs, (#auth:) before the title (S) %% often the ticket number, see SPEC §11 + [/] #not.tag: Free tags, (&tag) (M) %% first consumer found: the Taiga project tag, D91 - [?] #not.tag.lens: A lens: highlight every node tagged (&x) (S) - - [x] #not.tag.project: (&taiga.slug) assigns the Taiga project, inherited (S) + - [^] #not.tag.project: (&taiga.slug) assigns the Taiga project, inherited (S) - [^] #not.dep: Dependencies across the tree, (:#auth,#api) (M) - [^] #not.dep.status: They constrain the status, not when work may start (S) - [^] #not.dep.eff: Effective status: intrinsic, plus what it depends on (S) @@ -206,12 +206,12 @@ - [ ] #trk.resolve.map: Map the workflow onto the states (S) - [?] #trk.write: Write the status back (M) :#trk.resolve - [/] #trk.create: Create tickets from nodes (XL) - - [x] #trk.create.proxy: Backend proxy with named endpoints (M) - - [x] #trk.create.login: Log in to Taiga, token stays in the browser (S) :#trk.create.proxy - - [x] #trk.create.project: The project comes from the inherited tag (S) :#not.tag.project - - [x] #trk.create.story: A "create story" action in the node window (S) :#trk.create.login - - [x] #trk.create.tasks: Sub-packages become tasks, picked in a dialog (M) :#trk.create.story - - [x] #trk.create.ref: The ref lands in the line beside the id (S) :#trk.create.story + - [^] #trk.create.proxy: Backend proxy with named endpoints (M) + - [^] #trk.create.login: Log in to Taiga, token stays in the browser (S) :#trk.create.proxy + - [^] #trk.create.project: The project comes from the inherited tag (S) :#not.tag.project + - [^] #trk.create.story: A "create story" action in the node window (S) :#trk.create.login + - [^] #trk.create.tasks: Sub-packages become tasks, picked in a dialog (M) :#trk.create.story + - [^] #trk.create.ref: The ref lands in the line beside the id (S) :#trk.create.story - [-] #trk.plugin: A plugin inside Taiga itself (L) %% legacy frontend, self-hosted only = [?] #trk.tenzu: Tenzu, the successor (XXL) https://tenzu.net = [ ] #trk.none: No tracker, plain text is enough (XS)