parse-community / parse-community/parse-dashboard
Execute script in background
Open
Nobody has claimed this yet.
type:feature
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
New Feature / Enhancement Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the dashboard's current script-execution flow and the modal that blocks the interface. The work is done when execution can continue while the dashboard remains usable, documents within each batch still run serially, and separate batches can run in parallel.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100