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
{{ message }}
This repository was archived by the owner on Mar 19, 2021. It is now read-only.
But it leaves a lot to be desired. I'd like to have a similar query tool integrated into the webapp. Probably it would be a new template that you can get to by clicking a link from the main page. It should use a proper embedable editor. My vote would be "ace" as it's developed/supported by Cloud9: https://ace.c9.io/
Though there are many other alternatives such as codemirror that we could investigate as well.
In the long run, I'd like to be able to create/edit both recipes and queries directly from the web UI. So we should try to design this layout to be flexible/extensible.
For now though, it will be easiest to simply focus on a query editor similar to the one that currently exists in ActiveData.
ActiveData has a very basic query tool that lives here:
https://activedata.allizom.org/tools/query.html
But it leaves a lot to be desired. I'd like to have a similar query tool integrated into the webapp. Probably it would be a new template that you can get to by clicking a link from the main page. It should use a proper embedable editor. My vote would be "ace" as it's developed/supported by Cloud9:
https://ace.c9.io/
Though there are many other alternatives such as codemirror that we could investigate as well.
In the long run, I'd like to be able to create/edit both recipes and queries directly from the web UI. So we should try to design this layout to be flexible/extensible.
For now though, it will be easiest to simply focus on a
queryeditor similar to the one that currently exists in ActiveData.