Draft: GKG Remaining Items

Summary

  • Adds /dashboard/orbit route with Vue Router wildcard support
  • Dashboard controller with feature flag gating (:knowledge_graph) and :access_orbit policy
  • Sidebar menu under "Your Work" with Data Explorer, Schema, Configuration sub-items
  • Vue 3 native components (defineComponent + compatConfig: { MODE: 3 })
  • Onboarding view with gradient CTA card per Figma designs
  • Permission definition for access_orbit

Implements MR 1 from the Orbit Dashboard Implementation Plan.

Test plan

  • Visit /dashboard/orbit with :knowledge_graph feature flag enabled - page renders with tabs
  • Visit /dashboard/orbit with flag disabled - returns 404
  • Visit /dashboard/orbit while logged out - redirects to sign in
  • Sidebar shows "Orbit" menu with sub-items when flag is enabled
  • Sidebar hides "Orbit" menu when flag is disabled
  • Onboarding card renders with gradient background and CTA buttons

Merge request reports

Loading