Display error and success result of QualityNotifications(Alert / Investigation) #510
Labels
concept
issues describing to work on a concept
DISCUSSION_NEEDED
This ticket needs discussion within teammembers
frontend
Frontend related Issues
As a User
I want _ to see the status of my sent/received QualityNotificationMessages
so that I have a detailed overview of the success/error messages
Hints / Details
The QualityNotificationResponse class could be extended like the following:
private String errorMessage;The QualityNotificationMessages are already persistent on the database level. So there's only an additional mapping to the response model necessary.
One thing to keep in mind is that the errorMessage field has to be moved to the new QualityNotificationMessageResponse class. The error message should be shown on the message level and not on the parent-notification level. The errorMessage field is currently always null. However, FE reads this attribute in the reponse of the BE
Acceptance Criteria
Out of Scope
The text was updated successfully, but these errors were encountered: