Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow soft partition groups #42

Open
computermacgyver opened this issue Dec 3, 2012 · 2 comments
Open

Allow soft partition groups #42

computermacgyver opened this issue Dec 3, 2012 · 2 comments

Comments

@computermacgyver
Copy link
Member

  • It would sometimes be useful to have non-exclusive groups; if you have multiple boolean attributes for nodes, each of these could become a group. That would allow nodes to be in multiple groups, which I don't think is currently possible.
@jthrilly
Copy link
Member

jthrilly commented Dec 3, 2012

I agree that this would be useful. The problem is that it is not easily visually communicated. I have effectively implemented this for the KE network map for "resource highlighting" within the network, which is achieved with a series of boolean variables which share a common prefix. I then use toggles to highlight the nodes with that attribute by changing their colour. Unless we can think of a more graceful visual means of displaying multiple groups, I would suggest we might prioritise other features.

@computermacgyver
Copy link
Member Author

Agreed that this is lower priority than the others. Good point "resource
highlighting", however. We might bring this is as a dropdown so that it
can scale to any number of categories.

I agree that this would be useful. The problem is that it is not easily
visually communicated. I have effectively implemented this for the KE
network map for "resource highlighting" within the network, which is
achieved with a series of boolean variables which share a common prefix.
I then use toggles to highlight the nodes with that attribute by
changing their colour. Unless we can think of a more graceful visual
means of displaying multiple groups, I would suggest we might prioritise
other features.


Reply to this email directly or view it on GitHub
#42 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants