mu-zero-HYPERLOOP / canzero

Control Panel of Mu-Zero Hyperloop Season 4
https://mu-zero.de
6 stars 0 forks source link

Notifaction System for the view #42

Closed kistenklaus closed 9 months ago

kistenklaus commented 10 months ago

We should have a proper notification system, where the view gets notified if anything happens in the backend. This will eventually be a event that the view can listen to to get notified about any errors in the backend notifaction will be classified in: Info: Warning: Error:

all contain a message describing the error. the type of notification should be displayed by color.

Optionally if a higher priority notification is send the lower priority notifications should not be shown. And for errors it should be garanteed that they are shown in less than 100ms in the view!

Here are some resources i found on this already:

kistenklaus commented 10 months ago

@NiklasHeneka interessted?

NiklasHeneka commented 10 months ago

Display of Notifications is finished. The priority is still in progress.