pulibrary / pul_library_drupal

Deprecated - Princeton University Library Core Site Drupal Codebase
https://library.princeton.edu/
GNU General Public License v2.0
3 stars 0 forks source link

Investigate gem to turn on and off features #1922

Closed maxkadel closed 2 years ago

maxkadel commented 2 years ago

Sometimes we need to turn off a feature, either because it will be broken for a period (e.g. requests while we don't have a valid key), and it would be nice to have a simple way to both turn off the feature via the UI, and inform users when appropriate.

Possible gem for implementation - https://github.com/voormedia/flipflop.

This can also be helpful when implementing new features that aren't quite ready for production, but that you want to get merged in, or turn on in some environments and not others.

maxkadel commented 2 years ago

Mistakenly created in this repository.