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

Run the scripts asynchronously #3

Open
gflegar opened this issue Nov 21, 2018 · 0 comments
Open

Run the scripts asynchronously #3

gflegar opened this issue Nov 21, 2018 · 0 comments
Labels
Enhancement An improvement of an existing feature. Help wanted Need ideas on how to solve this.

Comments

@gflegar
Copy link
Member

gflegar commented Nov 21, 2018

For large datasets, running the JSONata script can take a while. Currently, this is done in the UI thread, which means that the application is frozen until the script is executed. To alleviate the issues, the scripts should be run in a separate thread by using web workers (this tutorial may be useful for angular).

And we may want to add some progress bars to the UI to tell the user when the scripts are running.

@gflegar gflegar added Enhancement An improvement of an existing feature. Help wanted Need ideas on how to solve this. labels Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An improvement of an existing feature. Help wanted Need ideas on how to solve this.
Projects
None yet
Development

No branches or pull requests

1 participant