master
Dominique Merle 4 years ago
parent 69d631c4dd
commit c6ef2db0d2

@ -3,19 +3,23 @@
graph TD
WantsChange{I want things to change}
IsConstituent{I am or am becoming constituent}
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}
SinTestimonyIn2020("Extinction ⌛ Threat, Greed, Famine, Pestilence, War, …")
WantsChange --> |Yes| WantsConstitution
WantsChange --> |Yes| IsConstituent
WantsChange --> |No| SinTestimonyIn2020
WantsConstitution --> |Yes| IsConstituent
WantsConstitution --> |No| WantsBecomeConstituent
IsConstituent --> |Yes| WantsBecomeConstituent
IsConstituent --> |Yes| WantsConstitution
IsConstituent --> |No| WantsBecomeConstituent
WantsConstitution --> |Yes| CallToJudgment
WantsConstitution --> |No| WantsBecomeConstituent
WantsBecomeConstituent --> |Yes| WantsConstitution
WantsBecomeConstituent --> |No| KnowsConstituent
KnowsConstituent --> |Yes| CallToDelegation
KnowsConstituent --> |No| CallToHelp
```

Loading…
Cancel
Save