-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Improve UX of crashed Notifications #515
Improve UX of crashed Notifications #515
Comments
Hey @ds-crehm this might be a topic for you? |
Implemented change that when there is an error in the creation of a notification, the error message from BE and a try again button is displayed: By clicking on the try again button, the creation of the notification gets executed again. This means, the FE is expecting an error with an appropiate message from the Backend. Currently the message is pulled from the Http response field 'error' which contains the string error message. BE needs to implement the error message in the response and with that the issue is done |
Hi @ds-crehm feature has been installed on e2e environments. Testing can be done by sending an alert with an part which owns the company and using the bpn of the other company.
Repeat the steps in a successful scneario and you will see a success info. |
Hi @ds-crehm , issue is fixed and merged with catenax-ng#1041. Ready to recheck, thanks! |
Tested again. Now the hoverable/clickable areas are accurate. |
As ...
I want ...
so that ...
Hints / Details
The problem:
A notification was previously created and is now "approved" by a supervisor.
Now this notification should be sent to the EDC.
The backend does not represent that status if EDC is down or responds with an error.
The notification displays the success but the status will stay as it is -> From queued to queued.
From technical perspective this is correct, but the user needs a clear notification what happened.
Possible improvements:
a. Update status to "failed to send" if notification is not sent
Acceptance Criteria
[x] Backend has been adapted to reflect if the notification status could be transfered to the next status.
[x] Frontend displays a success if the notification could be transfered
[x] Frontend displays a error and asks for retry of the user.
Out of Scope
The text was updated successfully, but these errors were encountered: