vocdoni / interoperability

Private repository to manage the interoperability between protocol, API, SDK, UIs and documentation
1 stars 0 forks source link

[SDK] - Add "Ranked voting" type #146

Open jpaulet opened 4 months ago

jpaulet commented 4 months ago

As organizer, I want to create different voting types, one of the most used one is "ranked voting" (Linear Weighted choice at the ballot protocol). In this voting type, the voter orders the different options by rank, from the 1st to the Nth option.

Then, there are two different results interpretation, we will start with the first one:

In this voting type, the voter must send the complete order (1,2,3,4) and (1,3,4) is not valid as the 2 is missing.

Tasks: