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

Feature/remove feedback text #528

Closed CalvinRodo closed 4 years ago

CalvinRodo commented 4 years ago

Description

Add a feature flag FF_ENABLE_FEEDBACK_TEXT that will allow us to enable and disable the free text in the feedback

Add a healthcheck page that will allow us to see what Feature flags are set.

image

Test Instructions

  1. Run branch locally
  2. Set FF_ENABLE_FEEDBACK_TEXT to false
  3. Verify that the free text is not enabled on feedback form
  4. Attempt to send feedback see that 'disabled' gets added to the details list
  5. SET FF_ENABLE_FEEDBACK_TEXT to true
  6. Verify that free text is enabled on feedback form