Summary
Like T391831: UserInfoCard: Display user groups, but instead for showing global groups.
Background
This was requested via feedback on the Wikimedia Community Discord.
User story
As a user, I want to be able to easily identify global sysops, stewards, rollbackers, etc.
Specification
A new row in the data points for "Global groups: {comma-separated-list-of-global-groups}". If the user has no global groups, do not display the line.
Technical notes
Use the getGlobalGroups in CentralAuthUser
Acceptance criteria
- Viewing the UserInfoCard for a user with global groups displays their list of groups
