ECLK / results-tabulation

https://eclk.github.io/results-tabulation
7 stars 29 forks source link

Fix tallysheet reports #842

Open umayangag opened 3 years ago

umayangag commented 3 years ago
dinukadesilva commented 3 years ago

Not all of the tally sheet extensions are mapped correctly and the system doesn't know those have been defined. Consequently, the aggregations, etc are not working.

eg: Polling Division Results is giving an empty view because it hasn't been mapped and the system considers that as a data entry form.

https://github.com/ECLK/results-tabulation/blob/master/results-tabulation-api/ext/ExtendedElection/ExtendedElectionProvincialCouncilElection2021/ExtendedFunctions/get_extended_tally_sheet_class.py#L47

umayangag commented 3 years ago

provincial vote results give an error in sorting. https://github.com/ECLK/results-tabulation/blob/master/results-tabulation-api/ext/ExtendedTallySheet/__init__.py#L877