master
Dominique Merle 4 years ago
parent a9daaf644f
commit 69d631c4dd

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

Loading…
Cancel
Save