Skip to content

Commit

Permalink
Add aedp_vadx feature toggle for experimental work safeguard (#33218)
Browse files Browse the repository at this point in the history
* add aedp_vadx feature toggle for experimental work safeguard

* fix camel casing resulting in lowercase by default
  • Loading branch information
adamwhitlock1 authored and Khoa-V-Nguyen committed Dec 16, 2024
1 parent ff354b6 commit 3cb0eb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { snakeCase } = require('lodash');
// instead use generateFeatureToggles in server.js to set the toggle values
const profileToggles = {
profileUseExperimental: false,
aedpVADX: false,
coeAccess: true,
showEduBenefits1990Wizard: true,
showEduBenefits0994Wizard: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const responses = {
generateFeatureToggles({
profileUseExperimental: true,
coeAccess: true,
aedpVADX: true,
}),
),
secondsOfDelay,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"accreditedRepresentativePortalFrontend": "accredited_representative_portal_frontend",
"accreditedRepresentativePortalPilot": "accredited_representative_portal_pilot",
"aedpVADX": "aedp_vadx",
"allClaimsAddDisabilitiesEnhancement": "all_claims_add_disabilities_enhancement",
"askVaDashboardFeature": "ask_va_dashboard_feature",
"askVaFormFeature": "ask_va_form_feature",
Expand Down

0 comments on commit 3cb0eb5

Please sign in to comment.