Skip to content

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

image

How to set up and validate locally

  1. Try and hit http://gdk.test:3000/groups/gitlab-org/-/achievements (you should get a 404)
  2. Enable ff from the rails console: Feature.enable(:achievements)
  3. 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.

Edited by Lee Tickett

Merge request reports

Loading