Skip to content

Conversation

@DemianArmy
Copy link
Contributor

added replay operator as staff role

Summary

I've added Replay Operator as a role to StaffRoles as many tournaments have Replay Operators that don't have any other role like observer etc.

How did you test this change?

I've pasted the text line above and changed names to replay operator

added replay operator as staff role
@hjpalpha hjpalpha changed the title Update StaffRoles.lua feat: add replay operator as staff role Sep 14, 2025
Copy link
Collaborator

@hjpalpha hjpalpha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codewise okay
personally indifferent about it getting added or not

@hjpalpha
Copy link
Collaborator

fyi, the employee that merges lua PRs is curr on vacation so it will take a bit until this gets reviewed by him

@ElectricalBoy ElectricalBoy added the data Changes to data modules label Sep 15, 2025
@Rathoz
Copy link
Collaborator

Rathoz commented Sep 22, 2025

What's a reply operator?

@GeneralHuber
Copy link
Contributor

What's a reply operator?

If you watch a broadcast you sometimes have (instant) replays of big/important plays as soon as they happened, or at the end of a match you have a hightlight reel of all key plays of the game. The replay operator/replay observer is usually a dedicated role additional to the normal observer doing this. Its a rather niche role compared to your normal Producer/Observer/Caster but quiet demanding

https://www.youtube.com/watch?v=eCEDopNolGo

@Rathoz
Copy link
Collaborator

Rathoz commented Sep 22, 2025

Maybe put it as a Production Staff instead, see eg. producer

['organizer'] = {category = 'Tournament Organizer', display = 'Tournament Organizer'},
['staff'] = {category = 'Staff', display = 'Staff'},
['referee'] = {category = 'Referees', display = 'Referee'},
['replay operator'] = {category = 'Replay Operators', display = 'Replay Operator'},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

['replay operator'] = {category = 'Production Staff', display = 'Replay Operator'},

Copy link
Collaborator

@mbergen mbergen Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you click this icon when adding a comment
Image
you can add a proper suggestions that can be directly applied to the code later, like this:

Suggested change
['replay operator'] = {category = 'Replay Operators', display = 'Replay Operator'},
['replay operator'] = {category = 'Production Staff', display = 'Replay Operator'},

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would also like it to be moved up to tge prod staff, iirc the list is sorted on category

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

Labels

data Changes to data modules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants