STARIONGROUP / COMET-WEB-Community-Edition

The CDP4-COMET web application
https://www.stariongroup.eu
GNU Affero General Public License v3.0
0 stars 1 forks source link

[Implement] the use of a toast/message notitication to indicate success or failure to a user on the MeasurementScale page #634

Closed samatstariongroup closed 2 months ago

samatstariongroup commented 2 months ago

Prerequisites

Description

[Implement] the use of a toast/message notitication to indicate success or failure to a user on the MeasurementScale page;. Once this is approved we can move on for an app wide implementation. The notifications shoudl appear in the upper right hand corner of the webapp.

Please have a look at the toaster of BlazorStrap or AntDesign to get this to work.

*Edit: Update the INotificationService to be generic and allow different kind of notifications for the webapp. Also, create a generic component where it can listen and update changes in notification service.

System Configuration