MagicMirrorOrg / MagicMirrorOrg/MagicMirror-3rd-Party-Modules
Chunking the load of modules
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 48
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Loading +2000 modules at the same time in one json is probably not the best idea, chunking the .json file in the workflow and changing the js to load it on scroll could be a good idea.
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
Locate the workflow that produces the module JSON and the TypeScript/JavaScript entry point that loads it. Read how the current module list is fetched and rendered, then verify that the generated data is chunked and additional modules load as the user scrolls without loading all 2,000+ modules at once.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, frontend, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100