OpenSlides / OpenSlides/openslides-backend

Motions/Elections: Required majorities

Open
#3,199 1 comment 0 reactions 1 assignee View on GitHub

@reiterl is already working on this.

Since Nov 26, 2025.

feature Röntgen Zeeman
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.