OpenElectionData / election-transcriber

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

split 'view transcription' page into 2 pages #79

Closed cathydeng closed 7 years ago

cathydeng commented 8 years ago

a 'task progress' page & a 'browse transcriptions' page

cathydeng commented 8 years ago

copy/pasted from the functional requirements:

The “view transcriptions” page currently displays the overall progress on transcriptions, as well as provides a list (with links to source image files) of all image files categorized by their status. This page should be divided into two different pages: a top-level dashboard (described below), and a data cleaning/editing page (described in Section 3.2 below).

The “top-level dashboard” should allow for tracking progress toward transcribing data. This should display a bar chart showing transcription progress, similar to what currently exists at the top of the “view transcriptions” page, with three modifications: Add the number and percentage of each “status” just below the corresponding color on the bar chart. Add a legend that shows the status name that each color corresponds to. Remove the bottom portion of the page that provides links to each image file.

cathydeng commented 8 years ago

I made all of the above changes to the 'top level dashboard' & got rid of the links to the image files. instead of links to the image files, I added a table of transcriptions, with the ability to delete transcriptions.

before:

screen shot 2016-08-31 at 9 27 01 am

after:

screen shot 2016-08-31 at 9 28 59 am
cathydeng commented 7 years ago

closing this since it has been implemented