meteor / meteor/publish-counts
Mirror `Meteor.Collection._publishCursor` more closely?
Open
question
- Dominant language
- JavaScript
- Stars
- 200
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] add it at `Meteor.Collection._publishCursorCount`
- [ ] change the argument order to `(cursor, sub, [collection-name], counter-name)`
- [ ] never call `sub.ready()`
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate Meteor.Collection._publishCursorCount and compare its behavior with Meteor.Collection._publishCursor. Update the implementation to match the requested argument order, add the collection-name option, and avoid calling sub.ready(); the checklist is complete when all three behaviors match the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100