diff --git a/Constitutive-Flow.md b/Constitutive-Flow.md index 038d4a3..1d2f1e3 100644 --- a/Constitutive-Flow.md +++ b/Constitutive-Flow.md @@ -4,6 +4,7 @@ graph TD WantsChange{I want things to change} WantsConstitution{I want a new constitution} + %%ThinksConstitutively{I think constitutively} IsConstituent{I am or am becoming constituent} WantsBecomeConstituent{I want to become constituent} KnowsConstituent{I know a constituent person I trust} @@ -11,7 +12,9 @@ graph TD WantsChange --> |Yes| WantsConstitution WantsChange --> |No| SinTestimonyIn2020 - WantsConstitution --> |Yes| WantsBecomeConstituent + WantsConstitution --> |Yes| IsConstituent + WantsConstitution --> |No| WantsBecomeConstituent + IsConstituent --> |Yes| WantsBecomeConstituent IsConstituent --> |No| WantsBecomeConstituent