-
Notifications
You must be signed in to change notification settings - Fork 0
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
Country and state leaderboards bugs #289
Comments
It might be a matter of using friendly.find instead of find Also, this moves state seeding to non-db-specific AmericanState.create calls.
@Nateowami The 404 errors are almost resolved. You are correct that it is counting active and inactive users; this is something to fix. I will let @avitus weigh in on counting active + inactive in the "Uses" column on the countryboard. It's been that way for a long time (possibly "forever"). |
Some more oddities (that I just noticed) are:
I don't think any of this should be hard to fix though. How exactly it should be done is another question. |
Steven Duncan has pointed out that the number of users listed on the group and church leaderboards is inaccurate. At first I thought it must be an active/inactive discrepancy, but the group leaderboards list all users, active or not. For example, see 10. Independent Fundamental Baptist. It lists 10 users (4 inactive), but the group leaderboard says there are 16. |
@Nateowami posted this bug report. (Feel free to open GH issues in the future.)
Additionally, I'm seeing that all the states are pulling up Alabama. It's obviously a caching issue, and possibly the country problem is a caching issue also.
The text was updated successfully, but these errors were encountered: