-
Notifications
You must be signed in to change notification settings - Fork 1
Extensions
Shauna edited this page May 15, 2020
·
12 revisions
- a condition where the result of it (such as the winner of a poll) is used by the action that triggered the condition - useful, for instance, in implementing "vote for governor" type processes
- various kinds of sortition
- liquid democracy
- quadratic voting
- consensus (loose & strict - kind of like approval but with an inherent time period)
- various kinds of ranked voting
- either the voting condition needs lots more configurations (quorum, setting supermajorities) or they should be multiple condition types
- either the approval condition needs to be extended to allow more complexity (for instance, needs an approval from someone in role X and actor Y), or they should be multiple condition types
- random (like, literally random, not sortition aka random selection of decision-maker; though I can't think of a case where we'd want this)
- social media websites (Twitter, Facebook, maybe Mastodon)
- collaborative resources (Github, Trello, Airtable, wikis?)
- possibly financial sites (Patreon, Stripe, Paypal, OpenCollective, etc) although we probably don't want to be handling money until this is way more reliable