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 |
---|---|
How to set up and validate locally
- In rails console enable the experiment fully
Feature.enable(:achievements)
- Visit a user profile with achievements: http://gdk.local:3000/root
- Hover over one of the achievements
- Click the group hyperlink
- Check it takes you to the group achievements page not the main group page
Edited by Lee Tickett