8980d810d48ea70a50d3583d769a313120c99140
The ready-to-read and transcription queue queries were dividing reviewed blocks by textedBlockCount instead of annotationCount. A document with 4/15 annotations typed — all 4 reviewed — scored 4/4 = 100 % and incorrectly appeared in the Lesefertig column. Both queries now compute the ratio as: reviewed / annotationCount so a document must have ≥ 90 % of all its drawn regions reviewed before it graduates to Lesefertig. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.2%
TypeScript
11.5%
Java
10.8%
Svelte
4.2%
Shell
0.1%