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

Configure the default queries shown in the interface #1986

Open
bartbroere opened this issue Oct 30, 2024 · 0 comments
Open

Configure the default queries shown in the interface #1986

bartbroere opened this issue Oct 30, 2024 · 0 comments

Comments

@bartbroere
Copy link

Currently, there are some default queries that originate from staticScripts.ts and the browser's local storage.

We serve some users with a Neo4j database where we would like to give them ideas on queries that are relevant to our dataset. Currently, we either modify the neo4j-browser.jar file, and patch our own queries in there, or rebuild this repository with our own modified staticScripts.ts. This works, but is a bit hacky, and it requires us to rebuild/patch the frontend each time we want to add, change or remove a query in there.

We were wondering if the default queries could be made configurable (a json/yaml file that gets used, instead of the current staticScripts.ts for example).

If you're open to this feature, but don't have the time to develop it soon, we are willing to contribute a pull request ourselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant