zooniverse / tove

Transcription Object Viewer/Editor: Backend API for ALICE Text Editor tool
https://alice.zooniverse.org/
2 stars 2 forks source link

"Approved" fraction on Group page is page-only #256

Closed zwolf closed 2 years ago

zwolf commented 3 years ago

A group has 651 transcriptions and they are all approved. On the top of each page of the listing is displayed "(4/30 APPROVED)". This is true for that page but isn't terribly useful knowledge overall and is misleading when it comes to what is expected from the Download Approved Transcriptions button (the button downloads the whole group).

This fix will require a new meta field in the jsonapi response to track the total fraction of approved transcriptions in a group, as right now that info isn't found anywhere, presumably why the page-only display exists.

snblickhan commented 3 years ago

Related: https://github.com/zooniverse/alice/issues/233

zwolf commented 2 years ago

Fixed by https://github.com/zooniverse/tove/pull/279