-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Participants tab isn't showing the correct numbers. #7051
Comments
Where is the metabase number coming from? Or perhaps: what do mean by 'metabase'? Currently, the Now, the most straightforward solution to this probelm that I can think of is to just use whatever queryset or method that the metabase number uses. However, correcting the |
the metabase number is just counting distinct profile_ids that have completed the registration. It could be that the participants number is just creating duplicate hackathon_registration instances, and that is being counted more than once. It seems to make sense because the participants number is higher than the metabase number. in our case metabase = psql database that I'm working off of. |
Okay. I believe thet counting distinct registrants should solve this problem. Tested locally. PR opened: #7071 I opened another issue for the duplicate |
Describe the bug
The participants tab on a hackathon's page is not displaying the correct number of participants
To Reproduce
Expected behavior
registrants and participants counts should match
The text was updated successfully, but these errors were encountered: