parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Execute script in background

Open mtrezza opened this issue 1 year ago • 1 comments

New Feature / Enhancement Checklist

Current Limitation

When executing a script, the whole dashboard is blocked by a modal view that shows the script execution progress.

Feature / Enhancement Description

When executing a script, show a dialog that allows to continue to use the dashboard. This could for example be displayed in a side bar like the "Info Panel".

  • A batch of multiple documents should be executed in serial, as is currently the case, e.g. executing a script on 100 documents in class A.
  • Multiple batches should be executed in parallel, e.g. executing a batch of 100 documents in class A and another batch of 100 documents in class B.

mtrezza avatar Oct 10 '24 18:10 mtrezza

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!