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 users to create their own filters #292

Open
jlaw9 opened this issue Jul 25, 2017 · 1 comment
Open

Allow users to create their own filters #292

jlaw9 opened this issue Jul 25, 2017 · 1 comment

Comments

@jlaw9
Copy link
Collaborator

jlaw9 commented Jul 25, 2017

Often users would like to be able to filter or show results based on different threshold values or settings in their data (such as an edge weight filter). Currently GraphSpace supports a k or rank filter. Ideally, each user would be able to set their own filters based on their data.

Here's my idea:
Add a 'filters' array in the JSON object to upload which stores a map for each filter. Each filter key is the name of the filter to show on GraphSpace, and the value is the name of the attribute (required to be present on all nodes and edges) for which to create the filter.

Then GraphSpace will automatically create a sliding bar for each of the specified filters.

@adbharadwaj
Copy link
Collaborator

Once we upgrade cytoscape.js #378 we can add filter box like search box which will allows users to filter by entering queries.

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