- Experiment ID
2026-08-badge-management- Experiment Type
- apex / user
- Analysis Summary
- Opens a management view where people can reorder profile badges or hide them from public display.
- Why It Matters
- People gain more control over which badges appear publicly and the order in which their profile presents them.
- Detailed Description
- By default, the profile badge list does not act as an entry point to badge management.
- Enabled variants make the current user’s badge list interactive and open a view where badges can be dragged to reorder or tapped to hide.
- Same-window strings such as “Customize your badges” and “Hold and drag to reorder.
- Tap to hide.” support this flow.
- The current consumer reads only enabled, so the difference controlled by tenureBadgeHideable for the Nitro tenure badge is not yet confirmed.
- Focus Area
- Profile badge order and visibility management
- Importance
- high
- Config Keys
- enabled
- tenureBadgeHideable
- Default Config
{
"enabled": false,
"tenureBadgeHideable": false
}- Variations
{
"1": {
"enabled": true,
"tenureBadgeHideable": true
},
"2": {
"enabled": true,
"tenureBadgeHideable": false
}
}