Add group achievements route and Vue app
What does this MR do and why?
Puts the basics in place to start building the Achievements UI: Related to #410003 (closed)
Screenshots or screen recordings
How to set up and validate locally
- Try and hit http://gdk.test:3000/groups/gitlab-org/-/achievements (you should get a 404)
- Enable ff from the rails console:
Feature.enable(:achievements)
- Try and hit http://gdk.test:3000/groups/gitlab-org/-/achievements (it should load an empty page with just the breadcrumb)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Lee Tickett