Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.09 KB

F010-P001-P655-HideBannerWithFeatureToggle.md

File metadata and controls

37 lines (32 loc) · 2.09 KB
code effort bonus required type
DMZX0J8X
10
false
true
Product Backlog Item

Hide a discount banner and sales funnel with a feature toggle

Description

The marketing and sales department of GDBC Inc. are working on a global marketing campaign during which a few top selling products will be offered with significant price reductions during a limited time window. The exact date at which the campaign will be broadcasted on television isn't known yet. It is important that the discount banner will be displayed on the website together with or shortly after the television broadcast.

The goal is to:

  • Get feedback on functionality that has been activated
  • Decouple deployment and exposure of new functionality

Achievement

In this achievement you will prepare the application for the upcoming marketing campaign.

  • Add code to the application that is required to support feature flags
  • Test if the banner is displayed based on the feature flag setting.

Acceptance Criteria

  • The discount text/banner on the homepage can be (de)activated with a feature flag
  • The feature flag setting can be set through configuration

Links