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

Speaking times widget: Enhance time edit menu #3296

Closed
1 of 2 tasks
MSoeb opened this issue Feb 16, 2024 · 2 comments · Fixed by #3419
Closed
1 of 2 tasks

Speaking times widget: Enhance time edit menu #3296

MSoeb opened this issue Feb 16, 2024 · 2 comments · Fixed by #3419
Assignees
Milestone

Comments

@MSoeb
Copy link

MSoeb commented Feb 16, 2024

Description: In the current state, the three-dot-menu behind a structure level misses some time edit options,which leads to some problems.

  • If someone has spoken, the time can't be edit. This results in the worst case scenario, that the list of speakers needs to be created again from the scratch.
  • If there is a need to add, remove or reset the time, the menu doesn't provide the edit options.

image

What should happen:

  • Editing total time should always be possible. The 'edit total time' options should always be active/enabled.
  • Additionally other edit time options should be added, which should always be active. This include three options:
  1. Reset timer: The timer should be resetable to the start time of the set structure level timer. NOT the general default time value for structure levels.
  2. Add time option: It should be possible to manually add time to the structure level timer.
  3. Remove time option: It should be possible to manually remove time from the structure level timer.
@MSoeb MSoeb added the enhancement General enhancement which is neither bug nor feature label Feb 16, 2024
@MSoeb MSoeb added this to the 4.2 milestone Feb 16, 2024
@jsangmeister jsangmeister added feature and removed enhancement General enhancement which is neither bug nor feature labels Feb 19, 2024
@rrenkert rrenkert added the high label Feb 19, 2024
@luisa-beerboom
Copy link
Member

I created a backend PR for this: OpenSlides/openslides-backend#2220

It changes the functionality is as follows:

  1. Setting initial_time is no longer inhibited by whether or not someone has spoken yet
  2. If initial_time is changed, remaining_time is increased/decreased by the same amount

@Elblinator
Copy link
Member

I'm sorry, your message was not displayed and I opened another backend Issue due to that
I already closed the issue again

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

Successfully merging a pull request may close this issue.

5 participants