You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an Admin,
I want to be able to select the corresponding Google Group for a guild during guild creation or editing,
So that I can link the specific Google Group that reflects the membership of that particular guild.
Acceptance Criteria:
A new property named "check-ins.application.guilds.google-groups.enabled" exists within the platform's configuration.
Setting this property to "true" enables Google Group integration for Guilds
Setting this property to "false" or not including it at all disables Google Group integration for Guilds
If Google Group integration for Guilds is enabled, then within the edit guild modal:
A new field labeled "Google Group" is available.
This field displays a dropdown menu populated with a list of all Google Groups accessible by the platform.
Selecting a Google Group from the dropdown associates it with the current guild.
The currently associated Google Group (if any) is pre-selected in the dropdown menu.
This association is saved along with other guild details when the user confirms changes to the guild.
If the Google Group integration for Guilds is disabled, then the Google Group field is not displayed.
The text was updated successfully, but these errors were encountered:
As an Admin,
I want to be able to select the corresponding Google Group for a guild during guild creation or editing,
So that I can link the specific Google Group that reflects the membership of that particular guild.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: