Skip to content

Commit

Permalink
Add Settings.features.provider_partnerships feature flag
Browse files Browse the repository at this point in the history
  This feature flag will be used to enable / disable routes and toggle the
  return values of certain methods so we can merge the updated provider
  partnerships code incrementally while maintaining the current
  behaviour.

  In test files we can have functional tests test the existing behaviour
  and the new implementation by switching on the feature flag
  for example:

    allow(Setttings.features).to receive(:provider_partnerships)
  • Loading branch information
inulty-dfe committed Dec 19, 2024
1 parent 57cb781 commit a3edb45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ feedback:
link: https://forms.office.com/pages/responsepage.aspx?id=yXfS-grGoU2187O4s0qC-SKECobyE75EtuJMp8rYxZtURTNaTTJaTVhBQlQzM1RESTJDVlBERk1JQS4u

features:
provider_partnerships: false
api_summary_content_change: true
send_request_data_to_bigquery: false
v2_results: false
Expand Down

0 comments on commit a3edb45

Please sign in to comment.