zenith-backend / config /feature_flags.json
teoat's picture
Upload folder using huggingface_hub
4ae946d verified
{
"version": "1.0",
"last_updated": "2026-01-15T01:40:42.646751",
"flags": {
"USE_NEW_NAVIGATION": {
"name": "NavigationHub Rollout",
"description": "Gradual rollout of the new NavigationHub UI",
"flag_type": "boolean",
"status": "rolling_out",
"value": false,
"created_at": "2026-01-15T02:00:00.000000",
"updated_at": "2026-01-15T02:00:00.000000",
"created_by": "system",
"tags": [
"ui",
"navigation",
"release"
],
"metadata": {},
"rollout_percentage": 1,
"allowlist": [
"qa@company.com",
"admin@company.com"
],
"blocklist": [],
"expires_at": null
},
"new_dashboard_ui": {
"name": "New Dashboard UI",
"description": "Enable redesigned dashboard interface",
"flag_type": "boolean",
"status": "disabled",
"value": false,
"created_at": "2026-01-15T01:40:42.646710",
"updated_at": "2026-01-15T01:40:42.646718",
"created_by": "system",
"tags": [
"ui",
"dashboard"
],
"metadata": {},
"rollout_percentage": null,
"allowlist": [],
"blocklist": [],
"expires_at": null
},
"advanced_ai_analysis": {
"name": "Advanced AI Analysis",
"description": "Enable advanced AI-powered analysis features",
"flag_type": "percentage",
"status": "rolling_out",
"value": true,
"created_at": "2026-01-15T01:40:42.646730",
"updated_at": "2026-01-15T01:40:42.646732",
"created_by": "system",
"tags": [
"ai",
"analysis"
],
"metadata": {},
"rollout_percentage": 20,
"allowlist": [],
"blocklist": [],
"expires_at": null
},
"simplified_workflow": {
"name": "Simplified Workflow",
"description": "Simplified investigation workflow for new users",
"flag_type": "boolean",
"status": "enabled",
"value": true,
"created_at": "2026-01-15T01:40:42.646739",
"updated_at": "2026-01-15T01:40:42.646740",
"created_by": "system",
"tags": [
"workflow",
"ux"
],
"metadata": {},
"rollout_percentage": null,
"allowlist": [],
"blocklist": [],
"expires_at": null
},
"beta_reporting": {
"name": "Beta Reporting",
"description": "Enable new reporting features in beta",
"flag_type": "allowlist",
"status": "rolling_out",
"value": true,
"created_at": "2026-01-15T01:40:42.646745",
"updated_at": "2026-01-15T01:40:42.646746",
"created_by": "system",
"tags": [
"reporting",
"beta"
],
"metadata": {},
"rollout_percentage": null,
"allowlist": [
"beta-testers@company.com",
"admin@company.com"
],
"blocklist": [],
"expires_at": null
}
}
}