iDigBio / Biospex

GNU General Public License v3.0
7 stars 1 forks source link

Change how counts are obtained for transcriptions and transcribers #271

Open rbruhn opened 3 weeks ago

rbruhn commented 3 weeks ago

As it stands, counts that are given on pages use a query to Mongdb for Project transcriptions and Expedition transcribers.

Fix: During the overnight run of the scripts, counts are totaled and stored in the expedition_stats table. Create queries to sum these numbers, and add transcriber_total to the stats table so they can be summed.

rbruhn commented 3 weeks ago

Fixed with latest push from master-refactor branch

rbruhn commented 1 week ago

Check project sums. Cannot be sum from expeditions because users can exist in more than one.