-
Notifications
You must be signed in to change notification settings - Fork 279
bugfix:corrected memberCount to ensure only active members are counted #2498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
bugfix:corrected memberCount to ensure only active members are counted #2498
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. Summary by CodeRabbit
WalkthroughRefactored Changes
Sequence Diagram(s)sequenceDiagram
participant fn as enrichGroupDataWithMembershipInfo
participant db as User DB
participant filter as in_discord Filter
participant count as Count Aggregation
fn->>db: Batch fetch user docs for all roleIds
db-->>fn: Return user documents
fn->>filter: Filter users where in_discord = true
filter-->>fn: Filtered user set
fn->>count: Count mappings for each roleId
count-->>fn: roleIdToCountMap (filtered)
fn-->>fn: Return groups with accurate memberCounts
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes
Possibly related issues
Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review by Korbit AI
Korbit automatically attempts to detect when you fix issues in new commits.
| Category | Issue | Status |
|---|---|---|
| Uncontrolled parallel database queries ▹ view | ||
| Inefficient array operation chaining ▹ view |
Files scanned
| File Path | Reviewed |
|---|---|
| models/discordactions.js | ✅ |
Explore our documentation to understand the languages and file types we support and the files we ignore.
Check out our docs on how you can make Korbit work best for you and your team.
Date: 7 Nov 2025
Developer Name: @JAHANWEE
Issue Ticket Number
Description
memberCountcalculation inmodels/discordactions.jsto include only users within_discord: true.Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
2025-11-07.08-59-41.mp4
Test Coverage
Details
Screenshot 1
Additional Notes