OpenElectionData / election-transcriber

:pencil2: Election Transcription Interface built with @Datamade
MIT License
1 stars 0 forks source link

double data entry #52

Closed philbrondyke closed 9 years ago

philbrondyke commented 9 years ago

Wondering if now is a good time to get started on the structures for double data entry (unless I am missing where they may be already). It looks as though the structure of the task admin panel is set up to display each document ID and ideally, we'd have another column included that refers to the number of times that each document has been transcribed. Just wanted to re-raise this as a priority functionality.

cathydeng commented 9 years ago

hey Phil - the table in the 'view transcriptions' tab has a row for each transcription. for example, since image 29 has been transcribed twice, it has two rows in the table. the table is sorted by image id, so all transcriptions of the same image will appear next to each other.

screen shot 2015-05-14 at 3 48 18 pm

philbrondyke commented 9 years ago

Oh, cool. That makes sense.

Is there any way to create another dashboard view for admins, specifically for the use case of finding what IDs have and have not been done twice or even once?

Something similar to: process-dashboard2

cathydeng commented 9 years ago

the view transcriptions page is now split into (1) images fully transcribed, (2) images partially transcribed, & (3) images without any transcriptions yet