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
Add UI for displaying the alerts fetched from the bench routes backend. Although this needs to be done once the implementation of alerting is done in the backend. One possible solution I thought of for the UI of alerting is reusing the sidebar provided in the current UI, and we can use it as follows-
When the user click on Alerts, then he will have the following options -
To see all the alerts(Incase no machine is selected).
To see alerts corresponding to a particular machine(Using the machine selector component).
To see alerts corresponding to a particular route(Using the Route selector component).
On top of that, the user will have the option to select the time range for which he wishes to see the alerts (Using the existing time querier component).
User can use any of these options according to his requirements and preference.
The text was updated successfully, but these errors were encountered:
Add UI for displaying the alerts fetched from the bench routes backend. Although this needs to be done once the implementation of alerting is done in the backend. One possible solution I thought of for the UI of alerting is reusing the sidebar provided in the current UI, and we can use it as follows-
When the user click on Alerts, then he will have the following options -
User can use any of these options according to his requirements and preference.
The text was updated successfully, but these errors were encountered: