codeforboston / windfall-elimination

Windfall Elimination Provision Awareness Project: improving the experience of retirees around an obscure Social Security rule affecting 8+ states (previously https://ssacalculator.org)
https://windfall-develop.netlify.app/
MIT License
24 stars 45 forks source link

Create feature flag/feature toggle for line8line40 branch #234

Closed thadk closed 3 years ago

thadk commented 4 years ago

Guidance: https://dev.to/timon/developing-a-website-with-react-feature-flags-netlify-and-github-actions-2eld

Release Toggles allow incomplete and un-tested codepaths to be shipped to production as latent code which may never be turned on.

— Feature Toggles, Pete Hodgson

No need to do the Github Actions portion. Just focus on the .env part.

thadk commented 3 years ago

Completed