OpenSlides / OpenSlides/openslides-client
Cumulative voting: add info about for min votes
@MSoeb is already working on this.
Since Aug 25, 2026.
- Dominant language
- TypeScript
- Stars
- 35
- Forks
- 52
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 52
Description
Current behavior
The cumulative voting system currently misses an information, if a minimum amount of votes is needed and the user adds a value that is not enough.
For example: 1000 votes available. 150 minimum and 400 maximum. If a value bigger than 400 is added, an information will be displayed. For a value less than 150, no information will be displayed.
Example settings:
Hint for too many options:
Missing hint for less than 150 votes:
Wanted behavior
If cumulative voting is activated a hint should be displayed, if a user entered a number less than the minimum one.
Information text: Not enough votes for an option.
Additional context
By adding the information, please take care, that the information text should not start with a space like the one for too many votes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.