-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Enable embedding users to trigger fast highlights & selections of items
Ex:
- User hovers over a name or group ID in outside tool
- Outside tool identifies corresponding node & edge IDs of interest
- Graphistry UI highlights those specific nodes/edges
- User clicks the name or group ID in outside tool
- Graphistry UI selection focuses on those (sticky)
- User clicks filter/exclude/... or other action for interacting with that selected subset
- If user didn't click, but instead mouse-out'd, up to UI to return Highlight state to empty
Out-of-scope: Prototype will -
- Work on internal entity Index, not ID, for PR. Index is the most recent index returned by the selection API.
- Only highlight/select the exact
Piggybacks on selection API work
- design
- client API - Update Graphistry client API to accept selection/highlight writes graphistry-js#111
- internal API - Update Graphistry internal API to accept selection/highlight writes graphistry-js#110
- perf check - https://github.com/graphistry/graphistry/issues/1860 (shared)
- docs & demo - Demo of new selection/highlight write JS API graphistry-js#112
- publish https://github.com/graphistry/graphistry/issues/1866
- (TBD Bugs)
Reactions are currently unavailable