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
@atelomycterus - We have a client request to be able to colour handles of users of a specific Vanilla group. This will be used for a specific set of client admins that have some restricted admin permissions on a private group.
We'd like to be able to colour their handles purple (#652385), if they are members of a chosen group. We can hard-code the group name for now.
The text was updated successfully, but these errors were encountered:
@jmgasper Please correct me if I am wrong. The challenge named 'XXX' will be created for a client.
The name of the group should be configured in the config file.
What role should the members of the challenge group have in order to colour their handles purple in Vanilla?
There are many different roles in the challenge ("Approver", "Team Captain", "Client Manager", and etc.)
I used https://api.topcoder.com/v5/resource-roles to get this list of roles.
@jmgasper Please correct me if I am wrong. The challenge named 'XXX' will be created for a client.
The name of the group should be configured in the config file.
What role should the members of the challenge group have in order to colour their handles purple in Vanilla?
There are many different roles in the challenge ("Approver", "Team Captain", "Client Manager", and etc.)
I used https://api.topcoder.com/v5/resource-roles to get this list of roles.
Sorry, this will be a role, not a group, so it'll be tied to a specific role. My bad for a confusing term.
I created role ColorTest in dev for us to test with
In prod, the role will be MIT_6.S099 Admin
The colour can apply across the entire forums - it doesn't have to be restricted to particular categories or groups.
@atelomycterus - We have a client request to be able to colour handles of users of a specific Vanilla group. This will be used for a specific set of client admins that have some restricted admin permissions on a private group.
We'd like to be able to colour their handles purple (
#652385
), if they are members of a chosen group. We can hard-code the group name for now.The text was updated successfully, but these errors were encountered: