What does this PR do?
-
Added “multipleRRHosts” and “RRHostsPerMeeting” for eventType Record
-
Added switch + number input under Assignment Tab
-
Slightly modified layout in the assignmeng Tab
-
Fixes #11953 (GitHub issue number)
-
/claim #11953
Visual Demo (For contributors especially)
- Undergoing, had issues effectively hosting this in organization mode, but a demo may work in non-org mode.
Video Demo (if applicable):
- Undergoing, had issues effectively hosting this in organization mode, but a demo may work in non-org mode.
Image Demo (if applicable):
Before:
After:

Mandatory Tasks (DO NOT REMOVE)
- I have self-reviewed the code (A decent size PR without self-review might be rejected).
- I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
- I confirm automated tests are in place that prove my fix is effective or that my feature works.
How should this be tested?
- Are there environment variables that should be set?
None particuarily
- What are the minimal test data to have?
Access to a team, and the ability to book as a user outside of the team.
- What is expected (happy path) to have (input and output)?
RR hosts are evenly assigned, meaning that after a specific amount of rounds, every RR host has an equal amount of attendence.
- Any other important info that could help to test that PR
Checklist
- I haven’t read the contributing guide
- My code doesn’t follow the style guidelines of this project
- I haven’t commented my code, particularly in hard-to-understand areas
- I haven’t checked if my changes generate no new warnings
Summary by mrge
Added support for assigning multiple Round Robin hosts per meeting, allowing more than one host to be selected and evenly distributed for each booking.
- New Features
- Added “Enable multiple Round Robin hosts” option and number input in the Assignment tab.
- Updated backend and tests to support and balance multiple hosts per meeting.