You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should discuss if it makes sense to extend the interactivity of notifications.
Use cases: e.g. on OS updates -> Perform all updates button, or on reboot required -> Perform system reboot
Also for Firmware updates which could be done by adapter, yes this would be redundant to Device Manager Tab, but would be a more interactive approach which could co-exist.
Why?
It is nice to know that e.g. updates are available, but we have no possibility to trigger reactions.
How?
Notifications could be extended by actions, then e.g. admin could show buttons and perform the linked sendTo call. The receptionist then acknowledges the sendTo, if it is acked, admin could delete the message.
For some adapters which support notification manager like telegram it might be also possible to show the actions in the messages, for some like mail it might not.
We discussed that our concept would allow to define basic actions in io-package notifications object. Triggering one of the actions would then send a message to the backend as in the initial proposal. Furthermore, the adapter could respond with additional actions like if it needs text input, another button option etc, this could be pretty similar to the mechanics in device manager and allows for a lot of flexibility. Of course some of these topics would then be admin related.
No existing issues.
Description
We should discuss if it makes sense to extend the interactivity of notifications.
Use cases: e.g. on OS updates -> Perform all updates button, or on reboot required -> Perform system reboot
Also for Firmware updates which could be done by adapter, yes this would be redundant to Device Manager Tab, but would be a more interactive approach which could co-exist.
Why?
It is nice to know that e.g. updates are available, but we have no possibility to trigger reactions.
How?
Notifications could be extended by actions, then e.g. admin could show buttons and perform the linked sendTo call. The receptionist then acknowledges the sendTo, if it is acked, admin could delete the message.
For some adapters which support notification manager like telegram it might be also possible to show the actions in the messages, for some like mail it might not.
Maybe make the actions even more generic, not only allow sendTo but also e.g. opening links by clicking a button.
The text was updated successfully, but these errors were encountered: