zooniverse-glacier / notesFromNature

https://www.notesfromnature.org/
Apache License 2.0
13 stars 11 forks source link

Inconsistent counts on profile page #328

Closed chrissnyder closed 10 years ago

chrissnyder commented 10 years ago

http://i.imgur.com/83CK1bZ.png

Number from individual collections on right do not match up with total in middle

robgur commented 10 years ago

Good catch on that bug! I think the issue is that the total at the very bottom of the page is added to the total at the very top to get the "full total" --- at least that is how it works for my Transcriber's Life. As an example, I had "As of 10 months ago, you had a cumulative total of 184 transcribed records" at the bottom, at the top I have "As of an hour ago, you had a cumulative total of 103 transcribed records". That tallies to my total of 287. This is, however, pretty confusing...

On Fri, Mar 7, 2014 at 9:50 AM, Chris Snyder notifications@github.comwrote:

http://i.imgur.com/83CK1bZ.png

Number from individual collections on right do not match up with total in middle

Reply to this email directly or view it on GitHubhttps://github.com/zooniverse/notesFromNature/issues/328 .

chrissnyder commented 10 years ago

Yea, the code was trying to do something clever. I think I might have reset the record count back near the very start of the project, so the number at the very bottom is higher than it should be, but at least the top number is accurate.

robgur commented 10 years ago

Mine worked brilliantly! Thanks for the fix. Makes a lot more sense.

On Fri, Mar 7, 2014 at 10:20 AM, Chris Snyder notifications@github.comwrote:

Yea, the code was trying to do something clever. I think I might have reset the record count back near the very start of the project, so the number at the very bottom is higher than it should be, but at least the top number is accurate.

Reply to this email directly or view it on GitHubhttps://github.com/zooniverse/notesFromNature/issues/328#issuecomment-37039481 .