Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Motion forwarding: enhance dialog options #3527

Closed
MSoeb opened this issue Apr 10, 2024 · 4 comments · Fixed by #3635
Closed

Motion forwarding: enhance dialog options #3527

MSoeb opened this issue Apr 10, 2024 · 4 comments · Fixed by #3635
Assignees
Labels
Milestone

Comments

@MSoeb
Copy link

MSoeb commented Apr 10, 2024

Description: The current motion forwarding dialog should be enhanced in several aspects. In general the aim is to provide a broader range of different options which the user can choose from.

What do we need?
The forwarding dialog needs to be enhanced with new options where the user can choose which content (version of motion), which submitter, which identifier and in which meeting the motion should be forwarded. Below is a list of the new dialog options:

Motion version:

  • Orginal motion text with amendments/change recommendations
  • Final version (note: if Editorial final version is available, use this one)

Submitter:

  • original submitter name
  • committee name

Identifier:

  • original identifier
  • without identifier

Meeting selection

Here an example image, how this forward dialog should look like
002

@luisa-beerboom
Copy link
Member

There's a backend PR for this: #3527

Please look into if this works for you

@reiterl reiterl self-assigned this Apr 30, 2024
@reiterl
Copy link
Member

reiterl commented May 2, 2024

The backend PR for this is OpenSlides/openslides-backend#2399
It allows to set use_original_submitter and use_original_number. I include the two options in my pull request.

What should be done with Motion version?

@luisa-beerboom
Copy link
Member

Use the text the client generates for the named version and write it into motion.create_forwarded's text argument

@Elblinator
Copy link
Member

Elblinator commented May 15, 2024

Given issue OpenSlides/openslides-backend#2419:
If the committee is selected as submitter in the new dialog then no new User should be created but the committee name should be written into the extension text field for submitters

What should happen if the 'original submitter name' is selected?
What I expect:

  • no new user is created
  • extensions are written into the extension
  • Every user, who is in the meeting the motion is forwarded into, the user should be referenced as submitter
  • Every user, who is not in the meeting the motion is forwarded into, is written into the extension
  • [the order of names in the extension should be the same as it was in the original motion, at least as much as possible ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants