cds-snc / c19-benefits-node

Answer some questions to find which federal programs can help you https://covid-benefits.alpha.canada.ca/. - Répondez à quelques questions pour trouver quels programmes d’aide financière fédéraux s’offrent à vous https://covid-prestations.alpha.canada.ca/.
MIT License
2 stars 4 forks source link

Add featureFlag for Enabling DTC #526

Closed CalvinRodo closed 4 years ago

CalvinRodo commented 4 years ago

Description

Add a feature flag to allow us to enable DTC through an environment variable.

Test Instructions

  1. Pull code down locally and run
  2. Run code with no FF_ENABLE_DTC environment variable set, it should default to false.
  3. Verify that after the OAS question no DTC question is shown.
  4. On the results page verify that no DTC is shown in the not applicable list
  5. Set FF_ENABLE_DTC to true
  6. verify that the DTC question is displayed after OAS
  7. Verify that DTC Shows as expected on results page.

Help Requested