softvis-research/jqa-dashboard

Idea: Expert mode

feststelltaste opened this issue · 4 comments

Context

Currently, the existing cypher queries for the visualizations are all hard-coded. It would be great if experts (people that know how cypher works) could manipulate those queries directly on the dashboard (on their own risk :-) ).

Idea

Introduce "expert mode" for each visualization section:

  1. Add a switch that, when activated, shows a text field with the cypher query that is executed for the visualization
  2. Add an execute button next to the text field that can fire the cypher query against the Neo4j database
  3. Update the visualization with the results of the executed query

Did a dependency analysis with the PetClinic project (based on the "Subdomain" labels). Looks great so far and does exactly what is needed! Thx! Keep on the great work!

grafik

Thank you very much for your early feedback! I'll let you know when the feature is completely done. :)

The feature has been successfully completed now. :)

Hey great! Thanks! Will use it with plenty of different projects and provide feedback!