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
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 ;-) )
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 ;-) )