Skip to content

Link to group achievements from achievement popup

What does this MR do and why?

At the moment the group achievements page is undiscoverable

This MR links to it from the user achievement popover

See #390407

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:achievements)
  2. Visit a user profile with achievements: http://gdk.local:3000/root
  3. Hover over one of the achievements
  4. Click the group hyperlink
  5. Check it takes you to the group achievements page not the main group page
Edited by Lee Tickett

Merge request reports