zooniverse-glacier / notesFromNature

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

Fix counts on the archive details page #375

Closed rafelafrance closed 9 years ago

rafelafrance commented 9 years ago

NOTE: This only fixes the archive details page and not the badge counts.

It looks like we changed the criteria for what an active image is midway thru the project. This made the active counts off. To get the information back I re-purposed the unused recordsComplete function in archive.coffee to calculate the completed records as the total minus the active records.

chrissnyder commented 9 years ago

LGTM