OpenElectionData / election-transcriber

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

manually adjust table header row #50

Closed philbrondyke closed 9 years ago

philbrondyke commented 9 years ago

Can we allow for a manual retitling of the transcription table? For example, could we overwrite 'votos_en_numeros' to 'Number of Votes'?'

cathydeng commented 9 years ago

hey phil - the transcription table field names reflect the form field names. you can edit the field names in the task settings. so, if a form field was titled Number of Votes instead of Votos en Numeros, it'd show up as number_of_votes in the transcriptions table.

philbrondyke commented 9 years ago

Is there any way to edit it in the view setting? Again, just thinking for an admin who may not be fully comfortable with data/storage.

cathydeng commented 9 years ago

for the sake of consistency, the table field name should always be derived from the form field name, so it'd be best to keep renaming in the task settings. however, we could display the name of the field exactly as entered (any capitalization, spaces instead of underscores) on the transcriptions table, if that's friendlier.

philbrondyke commented 9 years ago

Right, the display is the only concern. On the back end, it's perfectly fine to keep as-is. It was mainly tweaking the display that I was referencing. Thanks!