Skip to content

Run the scripts asynchronously #3

@gflegar

Description

@gflegar

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

No one assigned

    Labels

    EnhancementAn improvement of an existing feature.Help wantedNeed ideas on how to solve this.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions