Idea: Expert mode
feststelltaste opened this issue · 4 comments
feststelltaste commented
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:
- Add a switch that, when activated, shows a text field with the cypher query that is executed for the visualization
- Add an execute button next to the text field that can fire the cypher query against the Neo4j database
- Update the visualization with the results of the executed query
feststelltaste commented
tmewes commented
Thank you very much for your early feedback! I'll let you know when the feature is completely done. :)
tmewes commented
The feature has been successfully completed now. :)
feststelltaste commented
Hey great! Thanks! Will use it with plenty of different projects and provide feedback!