-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
EnhancementAn improvement of an existing feature.An improvement of an existing feature.Help wantedNeed ideas on how to solve this.Need ideas on how to solve this.
Description
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.
Metadata
Metadata
Assignees
Labels
EnhancementAn improvement of an existing feature.An improvement of an existing feature.Help wantedNeed ideas on how to solve this.Need ideas on how to solve this.