You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most components use wizardStatusMessageHandler inside it's own render. This could be improved by using existing logic (wizardStatusMessageSlice) to have status message handler component only at project root. See src/components/NewDraftWizard/WizardHooks/WizardSaveDraftHook.js for example.
wizardStatusMessageHandler component is currently tied to wizard but can be refactored to work as a message handler for whole app since we need to have message handling at home routes too.
DoD (Definition of Done)
App snackbar alert messages are handled in app root only.
Testing
Integration & E2E tests.
The text was updated successfully, but these errors were encountered:
Proposed solution
Most components use
wizardStatusMessageHandler
inside it's own render. This could be improved by using existing logic (wizardStatusMessageSlice) to have status message handler component only at project root. Seesrc/components/NewDraftWizard/WizardHooks/WizardSaveDraftHook.js
for example.wizardStatusMessageHandler
component is currently tied to wizard but can be refactored to work as a message handler for whole app since we need to have message handling at home routes too.DoD (Definition of Done)
App snackbar alert messages are handled in app root only.
Testing
Integration & E2E tests.
The text was updated successfully, but these errors were encountered: