You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 modifiedstaticScripts.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.
The text was updated successfully, but these errors were encountered: