Managing Multiple Edge Devices in UI app #467
Replies: 5 comments 20 replies
-
Depends on how many connections a user could have... I guess we already save the information on local storage of the browser After I checked previous discussions, still looking for clarity on these points:
|
Beta Was this translation helpful? Give feedback.
-
Yes, multiple layers of the UI need to be redesigned to manage multiple vs one device connection. Let's break it into small PRs. The first one could be just updating the data structures to be lists with one element (for now) vs a single RemotePeer connection variable.
Yes. All these edgeAPI data streams would be merged into the main timeline view with ability for the user to filter by device, source, time range, type of detections and other parameters in the future.
Yes.
Right. Or it can be updated to indicate an overall connection health state:
|
Beta Was this translation helpful? Give feedback.
-
OK, here is a strawman for multi device UI flow. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Multiple Edge Device support via PWA is now implemented and merged: |
Beta Was this translation helpful? Give feedback.
-
For the multiple devices PR discussion:
@ivelin @sniperadmin
Beta Was this translation helpful? Give feedback.
All reactions