Create new feature flag for admin settings
Problem to solve
The admin settings is currently behind the cube_api_proxy feature flag. The problem with this approach is that this flag is also used for enabling the Product Analytics API endpoints.
Proposal
Add a new product_analytics_admin_settings feature flag to separate the admin settings from the API.
Implementation plan
- Create a new
product_analytics_admin_settingsfeature flag - Update
ee/app/views/admin/application_settings/_product_analytics.html.haml#L1to use the new flag - Update specs
Edited by Robert Hunt