bigbluebutton / plugin-pick-random-user

The Pick Random User Plugin shows a modal for moderator to pick a user (mainly viewer but it could also be a moderator) randomly out of the whole list of users present in a meetings.
GNU Lesser General Public License v3.0
0 stars 3 forks source link

feat: add new checkbox to choose if already picked users should be skipped #19

Closed Ithanil closed 3 weeks ago

Ithanil commented 1 month ago

I think removing already picked users from the pool of users to be picked is an OK default, but not always what you want. Hence, I've added a checkbox to "Skip Picked Users", which is enabled by default. If it is unchecked, previously picked users will enter the pool for selection again.

Considered alternative: Manually clearing the list of previously picked users every time. But this is a bit of a hassle and has the side effect of clearing the history. ( Also, the reset currently just doesn't work ;-) )

GuiLeme commented 1 month ago

Hello @Ithanil. Thanks for the contribution, it's indeed an interesting feature! I will test it later on!

antobinary commented 3 weeks ago

Thank you @Ithanil for the contribution! Thank you @GuiLeme for the review!