chore: Add AI catalog page behind FF
What does this MR do and why?
Introduce feature flag :global_ai_catalog
.
To get started on the duo platform page and duo catalog, we need a basic page setup so that we can iterate from there. This adds the basic functionalities expected:
- Rails route
- Rails controller
- Single entry point
- Vue application
- Vue Router for SPA
- VueApollo to enable fetching graphql data
References
Screenshots or screen recordings
How to set up and validate locally
- Visit http://127.0.0.1:3000/explore/
- Verify that the menu does display
AI Catalog
item - In rails console enable the feature flag
Feature.enable(:global_ai_catalog)
- Visit http://127.0.0.1:3000/explore/ and veirfy that
AI Catalog
item is now displaying - Click on it to visit the new page
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Florie Guibert