onaio / tally-ho

Election results data entry and verification software.
http://tally-ho.readthedocs.org/en/latest/
Other
19 stars 21 forks source link

Investigate and align on tally file's data structure #372

Closed JohnMwashuma closed 1 year ago

JohnMwashuma commented 1 year ago

User story


Currently the files used to create tallies do not have any specification with regards to columns that the tally system expect to find and process on each file. This makes the tally creation process quite tedious due to unexpected errors when the file structure changes. For this reason we need to come up with a consistent columns spec for each file which will then help in creating tally files with the right structure and also act as a source of truth for the tally system while running validation checks against the files.

Proposed tally file columns