jprichardson / jprichardson/node-batchflow
Allow number for constructor
Open
Nobody has claimed this yet.
backlog
enhancement
- Dominant language
- JavaScript
- Stars
- 51
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Allow number so that batchflow can fire a set # of async operations without being actually concerned about a collection.
Contributor guide
No contributing guide indexed for this repository
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 locating the batchflow constructor and the existing tests for collection-based operation counts. Trace how the constructor stores or derives the number of async operations, then add coverage for a numeric input and confirm the existing collection behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100