Skip to content

Wdfn 561 banner notification for error warning

Before making a pull request

  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately
  • If making a release, update code.json, versionNumber and metadataLastUpdated.

Description WDFN-561 Banner Notification for Error and Warning

Contacts the SIMS bridge service and if an alert is available displays it below the title at the top of the page. After prodding many times, I was assured that there will never be more than one 'alert' in the response though the 'alert' may be of different types. Since, we are working with a sample response data, there will need to be small changes in the Jinja2 template for when the real data starts flowing. A feature toggle was added to prevent unwanted display.

Image - error banner image

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial
Edited by Briggs, Aaron Shane

Merge request reports