integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

APPDUX-378: Add missing help string to settings page #609

Closed mfrances17 closed 3 years ago

mfrances17 commented 3 years ago

Motivation

https://issues.redhat.com/browse/APPDUX-378

What

The design of the settings config page had the following 'help' string under the maintenance window first/second available radio buttons, but it was missing from the final implementation:

"Upgrading during the first available maintenance window is only recommended for development environments."

Why

Design wanted to make it more clear that you should really only choose first available in a dev environment.

Verification Steps

  1. Uncomment ln 714 of settings.js to allow settings UI to display the config tab when running locally, and then run yarn start:dev.
  2. Go to Settings > Managed Integration schedule tab.
  3. Verify that the help string identified above exists.

Checklist:

Progress

Additional Notes

Screen cap: upgrade-string