okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
331 stars 44 forks source link

Voting % should not go to 0 #2200

Closed dotmacro closed 3 months ago

dotmacro commented 4 months ago

Problem

During group creation, the user can select "0" as the voting percentage.

zeroPercentCreation

However, because "there should always be at least 2 yes votes" (which is correct and good), the 0% threshold will never be honored. (By contrast, it's possible for 2 "yes" votes to be >1% of a group.)

zeroPercent-groupsettings zeroPercentProposal

Solution

Change lower value to 1, so slider goes from 1-100.