mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-07 13:21:02 +01:00
536b0867de
Summary: Ref T988. I'm splitting the Phabricator documentation into two separate documentation books, one less technical and one more technical. Move all the `.diviner` article files around into `src/docs/user/` or `src/docs/tech/`, accordingly. The only actual changes here are a couple of config changes in the `.book` files. Test Plan: Regenerated user and technical documentation and saw stuff in the right places. Reviewers: btrahan Reviewed By: btrahan CC: chad, aran Maniphest Tasks: T988 Differential Revision: https://secure.phabricator.com/D6822
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
@title Slowvote User Guide
|
|
@group userguide
|
|
|
|
Detailed dispute resolution manual.
|
|
|
|
= Overview =
|
|
|
|
Slowvote is a simple polling application for asking questions like "Where should
|
|
we order pizza from?", "Are dogs better than cats?" and "What is the optimal
|
|
strategic direction for our company?". You can use it to quickly get feedback
|
|
from people in a lightweight, structured way.
|
|
|
|
Slowvote is based on a Facebook application called Quickvote, which was pretty
|
|
good when it was originally written but went through a couple of poorly executed
|
|
rewrites and ended up being extremely slow and glitchy, often taking more than
|
|
10 seconds to load. I originally designed and implemented the entire Slowvote
|
|
application while waiting for a Quikvote to load.
|
|
|
|
= Plurality vs Approval =
|
|
|
|
When you create a poll, you can choose **plurality** or **approval** voting.
|
|
|
|
In plurality voting, users choose one option. The winning option is the one with
|
|
the most votes.
|
|
|
|
In approval voting, users choose all the options they approve of. The winning
|
|
option is the one the largest number of people accept.
|