processing / processing/p5.js-web-editor
Batch loading of sketches
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 8
Description
Increasing Access
Not sure, but I suppose someone with bad Internet would be waiting even longer for the list of sketches to load.
Feature request details
Suggest the list of sketches load in batches, maybe 100, instead of loading all of them. I have so many sketches that it takes a dozen seconds or so to load them all, when most of the time I just want to see the most recent or be able to search for one.
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
Trace the sketch-list loading flow and the request used to retrieve sketches, starting with the web editor's list and search behavior. Determine where batching, recent results, and search interaction need to be coordinated. Done means large sketch collections no longer require loading the entire list before the user can view or find sketches.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100