GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Fix gamma counts in transcription checks #384

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Relevant issue: Closes #379

Description:

This PR fixes the gamma counts displayed in the transcription checks. Previously, it just displayed the user's current gamma, which would become inaccurate as the message gets updated.

The new version calculates the user's gamma at the point of the transcription being checked. This is consistent and more intuitive.

:warning: The gamma counts might now be off for old users :warning:

For some old users, some submissions might be missing the complete_time field. These transcriptions might not be counted correctly. However, for these users the gamma count is less important and we can fix the data in the future.

Checklist: