We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a portal user, I want to get notified about API call responses, so that i am informed whether my actions have been fulfilled correctly or not.
Ref: eclipse-tractusx/sig-release#882 A generic approach would be using the Redux Toolkit middleware: https://redux-toolkit.js.org/rtk-query/usage/error-handling#handling-errors-at-a-macro-level The Notifications can be shown using the existing NotificationService. However this implementation should be changed from a real queue with 7sec display time to individual timeouts for each message as success messages are supposed to disappear more quickly then errors.
The text was updated successfully, but these errors were encountered:
oyo
No branches or pull requests
Description
As a portal user,
I want to get notified about API call responses,
so that i am informed whether my actions have been fulfilled correctly or not.
Acceptance Criteria
Additional Information
Ref: eclipse-tractusx/sig-release#882
A generic approach would be using the Redux Toolkit middleware: https://redux-toolkit.js.org/rtk-query/usage/error-handling#handling-errors-at-a-macro-level
The Notifications can be shown using the existing NotificationService. However this implementation should be changed from a real queue with 7sec display time to individual timeouts for each message as success messages are supposed to disappear more quickly then errors.
The text was updated successfully, but these errors were encountered: