chronic-care / mcc-project

MCC eCare Plan project planning and documentation
Apache License 2.0
0 stars 1 forks source link

Turn off HHS warning banner for MyCarePlanner #378

Closed kbertodatti closed 1 month ago

kbertodatti commented 2 months ago

Default to off.

kbertodatti commented 2 months ago

Added an env variable name REACT_APP_HHS_BANNER in the .env file. Changing this value to true will enable the HHS warning banner on the app and changing it to false will disable the HHS warning banner.

mattStorer commented 1 month ago

just a quick comment on the HHS warning banner in version 2.2.0. I set REACT_APP_HHS_BANNER="false" as an environment variable on the command line, but it appears that a value of false still means that the banner should show, as it's showing in that case:

image

also the progress bar is still displaying on top, as you can see in the screenshot.

Setting REACT_APP_HHS_BANNER="true" continues to disable the banner.

Not a blocker as we can still turn it off, I just wanted to bring this to your attention. FYI