covidgraph / visual-graph-explorer

A simple graph explorer leveraging yFiles for HTML, neo4j bolt, implemented using VueJS and Vuetify
https://covidgraph.org
MIT License
13 stars 6 forks source link

Detail & Search Panels not cleared #32

Open Jiros opened 4 years ago

Jiros commented 4 years ago

The detail panel and any existing search values are not cleared when I use the clear graph 'bin' icon which is what I was expecting to happen. i.e. to start with a clean slate.

yGuy commented 4 years ago

Good point about the detail panel. However I would argue that keeping the previous search results in the search values can actually be very helpful, because you can start with similar search (same genes, but different papers, authors, etc.). At least I used that extensively during testing, but that was just -well- testing and not really using it.

Jiros commented 4 years ago

Also a good point - if I remember from yesterday's discussion one of the ideas was to be able to save and load queries?

Or possibly a second 'clear Searches' icon somewhere?

yGuy commented 3 years ago

The integrated "omni-search" doesn't have the stale search data problem anymore, I'd say. The detail panel bug is still there, though.