Draft: GKG Remaining Items
Summary
- Adds
/dashboard/orbitroute with Vue Router wildcard support - Dashboard controller with feature flag gating (
:knowledge_graph) and:access_orbitpolicy - 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/orbitwith:knowledge_graphfeature flag enabled - page renders with tabs -
Visit
/dashboard/orbitwith flag disabled - returns 404 -
Visit
/dashboard/orbitwhile 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