Skip to content

Commit 65c1f92

Browse files
Ahmed QadriAhmed Qadri
Ahmed Qadri
authored and
Ahmed Qadri
committed
updates
1 parent 8352614 commit 65c1f92

File tree

2 files changed

+46
-50
lines changed

2 files changed

+46
-50
lines changed

Diff for: .github/workflows/demo_provisioning_scripts/DemoBuilder.py

+45-49
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ def run_ecommerce_upsell_component_feature_experiment(self):
328328
)
329329
print(" - (Bayesian) Feature Experiment: Suggested Items Carousel")
330330
self.create_ecommerce_upsell_component_feature_experiment()
331-
print("Done creating experiment")
332331
self.experiment_created = True
333332

334333
def create_ecommerce_upsell_component_feature_experiment(self):
@@ -396,7 +395,6 @@ def run_ecommerce_new_search_engine_feature_experiment(self):
396395
print(" - (Frequentist) Feature Experiment: New Search Engine")
397396
self.create_ecommerce_new_search_engine_feature_experiment()
398397
self.ldproject.start_exp_iteration("new-search-engine", "production")
399-
print("Done")
400398
self.experiment_created = True
401399

402400
def create_ecommerce_new_search_engine_feature_experiment(self):
@@ -430,7 +428,6 @@ def run_togglebank_ai_config_experiment(self):
430428
)
431429
self.create_togglebank_ai_config_experiment()
432430
self.ldproject.start_exp_iteration("ai-config-experiment", "production")
433-
print("Done")
434431
self.experiment_created = True
435432

436433
def create_togglebank_ai_config_experiment(self):
@@ -460,9 +457,8 @@ def create_togglebank_ai_config_experiment(self):
460457
# Create all the experiment holdouts
461458

462459
def create_and_run_holdout(self):
463-
print("Creating holdout: ")
460+
print(" - Creating holdout: ")
464461
self.run_q4_increase_incart_price_holdout()
465-
print("Done Creating holdout")
466462

467463
def run_q4_increase_incart_price_holdout(self):
468464
metrics = [
@@ -494,14 +490,14 @@ def run_q4_increase_incart_price_holdout(self):
494490
# Create all the experiment layers
495491

496492
def create_and_run_layer(self):
497-
print("Creating checkout_experiment layer: ")
493+
print(" - Creating checkout_experiment layer: ")
498494
self.run_checkout_experiment_layer()
499-
print("Updating checkout_experiment layer with experiments: ")
495+
print(" - Updating checkout_experiment layer with experiments: ")
500496
self.update_checkout_experiment_layer()
501-
print("Done updating layer")
502-
print("Start running suggested-items-carousel experiment: ")
497+
print(" - Done updating layer")
498+
print(" - Start running suggested-items-carousel experiment: ")
503499
self.ldproject.start_exp_iteration("suggested-items-carousel", "production")
504-
print("Start running new-collection-promotion-banner: ")
500+
print(" - Start running new-collection-promotion-banner: ")
505501
self.ldproject.start_exp_iteration("new-collection-promotion-banner", "production")
506502
print("Done")
507503

@@ -543,45 +539,45 @@ def update_add_userid_to_flags(self):
543539
##################################################
544540

545541
def add_userid_to_flags(self):
546-
# res = self.ldproject.add_maintainer_to_flag("wealthManagement")
547-
# res = self.ldproject.add_maintainer_to_flag("federatedAccounts")
548-
# res = self.ldproject.add_maintainer_to_flag("togglebankDBGuardedRelease")
549-
# res = self.ldproject.add_maintainer_to_flag("togglebankAPIGuardedRelease")
550-
# res = self.ldproject.add_maintainer_to_flag("financialDBMigration")
551-
# res = self.ldproject.add_maintainer_to_flag("investment-recent-trade-db")
552-
# res = self.ldproject.add_maintainer_to_flag("release-new-investment-stock-api")
553-
# res = self.ldproject.add_maintainer_to_flag("ai-config--destination-picker-new-ai-model")
554-
# res = self.ldproject.add_maintainer_to_flag("ai-config--ai-travel-prompt-text")
555-
# res = self.ldproject.add_maintainer_to_flag("ai-config--togglebot")
556-
# res = self.ldproject.add_maintainer_to_flag("ai-config--ai-new-model-chatbot")
557-
# res = self.ldproject.add_maintainer_to_flag("storeAttentionCallout")
558-
# res = self.ldproject.add_maintainer_to_flag("cartSuggestedItems")
559-
# res = self.ldproject.add_maintainer_to_flag("enhancedUserAuthentication")
560-
# res = self.ldproject.add_maintainer_to_flag("biometricLoginSupport")
561-
# res = self.ldproject.add_maintainer_to_flag("customizableAccountDashboards")
562-
# res = self.ldproject.add_maintainer_to_flag("realTimeTransactionAlerts")
563-
# res = self.ldproject.add_maintainer_to_flag("aiPoweredExpenseCategorization")
564-
# res = self.ldproject.add_maintainer_to_flag("fraudDetectionAlerts")
565-
# res = self.ldproject.add_maintainer_to_flag("darkModeInterfaceOption")
566-
# res = self.ldproject.add_maintainer_to_flag("automatedSavingsGoals")
567-
# res = self.ldproject.add_maintainer_to_flag("multiCurrencySupport")
568-
# res = self.ldproject.add_maintainer_to_flag("peerToPeerPaymentTransfers")
569-
# res = self.ldproject.add_maintainer_to_flag("creditScoreMonitoringTool")
570-
# res = self.ldproject.add_maintainer_to_flag("voiceCommandBankingAssistant")
571-
# res = self.ldproject.add_maintainer_to_flag("loanApplicationTracker")
572-
# res = self.ldproject.add_maintainer_to_flag("detailedSpendingInsightsReports")
573-
# res = self.ldproject.add_maintainer_to_flag("scheduledBillPayments")
574-
# res = self.ldproject.add_maintainer_to_flag("crossBorderPaymentSimplification")
575-
# res = self.ldproject.add_maintainer_to_flag("merchantRewardsIntegration")
576-
# res = self.ldproject.add_maintainer_to_flag("virtualCardIssuance")
577-
# res = self.ldproject.add_maintainer_to_flag("apiSupportForThirdPartyApplications")
578-
# res = self.ldproject.add_maintainer_to_flag("betaDarkMode")
579-
# res = self.ldproject.add_maintainer_to_flag("experimentalPaymentGateway")
580-
# res = self.ldproject.add_maintainer_to_flag("limitedTimeOfferBanner")
581-
# res = self.ldproject.add_maintainer_to_flag("earlyAccessFeatureToggle")
582-
# res = self.ldproject.add_maintainer_to_flag("debuggingModeForDevelopers")
583-
# res = self.ldproject.add_maintainer_to_flag("release-new-search-engine")
584-
# res = self.ldproject.add_maintainer_to_flag("release-new-shorten-collections-page")
542+
res = self.ldproject.add_maintainer_to_flag("wealthManagement")
543+
res = self.ldproject.add_maintainer_to_flag("federatedAccounts")
544+
res = self.ldproject.add_maintainer_to_flag("togglebankDBGuardedRelease")
545+
res = self.ldproject.add_maintainer_to_flag("togglebankAPIGuardedRelease")
546+
res = self.ldproject.add_maintainer_to_flag("financialDBMigration")
547+
res = self.ldproject.add_maintainer_to_flag("investment-recent-trade-db")
548+
res = self.ldproject.add_maintainer_to_flag("release-new-investment-stock-api")
549+
res = self.ldproject.add_maintainer_to_flag("ai-config--destination-picker-new-ai-model")
550+
res = self.ldproject.add_maintainer_to_flag("ai-config--ai-travel-prompt-text")
551+
res = self.ldproject.add_maintainer_to_flag("ai-config--togglebot")
552+
res = self.ldproject.add_maintainer_to_flag("ai-config--ai-new-model-chatbot")
553+
res = self.ldproject.add_maintainer_to_flag("storeAttentionCallout")
554+
res = self.ldproject.add_maintainer_to_flag("cartSuggestedItems")
555+
res = self.ldproject.add_maintainer_to_flag("enhancedUserAuthentication")
556+
res = self.ldproject.add_maintainer_to_flag("biometricLoginSupport")
557+
res = self.ldproject.add_maintainer_to_flag("customizableAccountDashboards")
558+
res = self.ldproject.add_maintainer_to_flag("realTimeTransactionAlerts")
559+
res = self.ldproject.add_maintainer_to_flag("aiPoweredExpenseCategorization")
560+
res = self.ldproject.add_maintainer_to_flag("fraudDetectionAlerts")
561+
res = self.ldproject.add_maintainer_to_flag("darkModeInterfaceOption")
562+
res = self.ldproject.add_maintainer_to_flag("automatedSavingsGoals")
563+
res = self.ldproject.add_maintainer_to_flag("multiCurrencySupport")
564+
res = self.ldproject.add_maintainer_to_flag("peerToPeerPaymentTransfers")
565+
res = self.ldproject.add_maintainer_to_flag("creditScoreMonitoringTool")
566+
res = self.ldproject.add_maintainer_to_flag("voiceCommandBankingAssistant")
567+
res = self.ldproject.add_maintainer_to_flag("loanApplicationTracker")
568+
res = self.ldproject.add_maintainer_to_flag("detailedSpendingInsightsReports")
569+
res = self.ldproject.add_maintainer_to_flag("scheduledBillPayments")
570+
res = self.ldproject.add_maintainer_to_flag("crossBorderPaymentSimplification")
571+
res = self.ldproject.add_maintainer_to_flag("merchantRewardsIntegration")
572+
res = self.ldproject.add_maintainer_to_flag("virtualCardIssuance")
573+
res = self.ldproject.add_maintainer_to_flag("apiSupportForThirdPartyApplications")
574+
res = self.ldproject.add_maintainer_to_flag("betaDarkMode")
575+
res = self.ldproject.add_maintainer_to_flag("experimentalPaymentGateway")
576+
res = self.ldproject.add_maintainer_to_flag("limitedTimeOfferBanner")
577+
res = self.ldproject.add_maintainer_to_flag("earlyAccessFeatureToggle")
578+
res = self.ldproject.add_maintainer_to_flag("debuggingModeForDevelopers")
579+
res = self.ldproject.add_maintainer_to_flag("release-new-search-engine")
580+
res = self.ldproject.add_maintainer_to_flag("release-new-shorten-collections-page")
585581
res = self.ldproject.add_maintainer_to_flag("q-4-increase-average-total-in-cart-price-ld-holdout")
586582
# ############################################################################################################
587583

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multi-industry-demo",
3-
"version": "2.1.1",
3+
"version": "2.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)