From 2829c85ba663b2d89303afe2699193b552043746 Mon Sep 17 00:00:00 2001 From: Dominique Merle Date: Sun, 31 May 2020 01:52:06 +0000 Subject: [PATCH] --- Constitutive-Flow.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Constitutive-Flow.md b/Constitutive-Flow.md index 2d6ec5d..7c69c99 100644 --- a/Constitutive-Flow.md +++ b/Constitutive-Flow.md @@ -2,10 +2,18 @@ graph TD - WantsConstitution{I Want a new constitution} - WantsBecomeConstituent{I Want to become constituent} + WantsChange{I want things to change} + WantsConstitution{I want a new constitution} + IsConstituent{I am or am becoming constituent} + WantsBecomeConstituent{I want to become constituent} + KnowsConstituent{I know a constituent person I trust} + SinTestimonyIn2020[[ Extinction ⌛ Threat, Greed, Famine, Pestilence, War, … ]] + WantsChange --> |Yes| WantsConstitution + WantsChange --> |No| SinTestimonyIn2020 WantsConstitution --> |Yes| WantsBecomeConstituent + IsConstituent --> |No| WantsBecomeConstituent + ```