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

Evidence View - Add filter feature to legend #373

Closed
KeywanHP opened this issue Jul 8, 2019 · 3 comments
Closed

Evidence View - Add filter feature to legend #373

KeywanHP opened this issue Jul 8, 2019 · 3 comments
Assignees
Labels
enhancement Use this for a change about existing functionality, use 'new feature' for new functionality. project:client Related to the client/front-end war.

Comments

@KeywanHP
Copy link
Member

KeywanHP commented Jul 8, 2019

Implement same behavior as in Gene View which allows users to click on concept type icons in the legend to filter the table.

@KeywanHP KeywanHP added enhancement Use this for a change about existing functionality, use 'new feature' for new functionality. project:client Related to the client/front-end war. labels Jul 8, 2019
@AjitPS
Copy link
Collaborator

AjitPS commented Jul 10, 2019

@AjitPS
Copy link
Collaborator

AjitPS commented Jul 24, 2019

partially implemented (in my fork); can click on a evidence icon in legend to hide all other evidences (and just show clicked evidence type) in visible table; can also revert all changes to reset.

@AjitPS
Copy link
Collaborator

AjitPS commented Jul 25, 2019

Now: @KeywanHP

  1. Interactive Evidence View legend hides all non-matching evidence rows from table when an evidence icon in top legend is clicked, showing just the clicked evidence type entries.
  2. If 1st click hid an evidence type, clicking that in the legend brings it back and hides the rest.

original Evidence View for a search:
evi_View1

1st click (show BioProc):
evi_View2

2nd filter click (show Trait, hide others):
evi_View3

Note: potential future enhancement: If users show just evidencetype1 with 1st click and then click another evidencetype2, it is displayed alongside the 1st to incrementally show evidence1 OR evidence2. Needs to log user's 1st interaction and post that, make the filtering additive not reductive. <Needs further work>.

AjitPS added a commit that referenced this issue Jul 25, 2019
 req #373 interactive legend (filter) for EvidenceView
@AjitPS AjitPS closed this as completed Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Use this for a change about existing functionality, use 'new feature' for new functionality. project:client Related to the client/front-end war.
Projects
None yet
Development

No branches or pull requests

4 participants