bleathem / keynote2015-beacon

Location-scanner multi-foci force-layout using d3.js and Rx.js
8 stars 9 forks source link

Accommodate multiple node selections #14

Closed bleathem closed 9 years ago

bleathem commented 9 years ago

I setup a text input that can be used to highlight multiple nodes at a time. This makes it possible to search for an individual user by typing their name or id number into the filter input. However, when multiple users are selected, the "user info box" is no longer meaningful.

To accommodate multiple nodes selected at a time I propose we hide the "user info" box until a single node is selected.

We could consider filtering the log messages to show only events relevant to the set of selected users.