Skip to content

Experiment tier_badge Successful Cleanup

Roy Liu requested to merge 437140-tier_badge-experiment-successful-cleanup into master

What does this MR do and why?

Related to #437140 (closed)

The tier_badge experiment is currently rolled out to 100% of targeted users and has been deemed a success (comment). The changes need to become an official part of the product.

UI polish

before after
Screenshot_2024-01-24_at_11.36.39_AM Screenshot_2024-01-24_at_11.32.06_AM

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Open a new gdk console (gdk rails c)

  2. Inside the console:

    # Enable for everyone
    Feature.enable(:tier_badge)

    Note: This is cached, so if you enable/disable it in may take a bit until the state is reflected in the UI

  3. Login as a user that owns a free top level group, navigate to the group or any subgroup or projects overview page to observe the badge besides the group/project name.

Edited by Roy Liu

Merge request reports