master
Dominique Merle 4 years ago
parent f8a242d32b
commit 2829c85ba6

@ -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
```

Loading…
Cancel
Save