OpenSlides / OpenSlides/openslides-backend
Motions/Elections: Required majorities
@reiterl is already working on this.
Since Nov 26, 2025.
- Dominant language
- Python
- Stars
- 9
- Forks
- 40
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 19
Description
context: https://github.com/OpenSlides/openslides-client/issues/5420
wanted behaviour in plain text:
election and motion polls should be visually displayed differently they need a new field to "remember" in how they should be displayed
adidtionally the meeting settings need two new settings where you can save the new option for assignments and motion polls
Wanted behaviour in technical terms:
in poll.create there shoud be a new optional variable
onehundred_percent_base: string,
required_majority: string
backend: string,
And two new meeting settings:
motion_poll_default_required_majority: string;
assignment_poll_default_required_majority: string;
additional info:
The client can only use four different options as required mayority, I do not know if the backend wants to implement to only accept these 4 options or if it should just be a string. Please implement in own discretion, and ask question if in doubt
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.