onaio / tally-ho

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

Break up final candidates results report into separate pages per election type. #373

Closed JohnMwashuma closed 1 year ago

JohnMwashuma commented 1 year ago

Context


Currently the final candidates results are being displayed on one table which grows exponentially as more forms get processed. This then increases the Ajax request size to server the table data and UWSGI fails with a buffer size exceeded error. Although the buffer size can be increased, this is not a sustainable solution since we could easily exceed the max buffer size.

Proposed solution


Split the final candidates results report into separate pages per election types i.e. split the reports into presidential and parliamentary report types. One can then filter by race type in case the election type has more than one Race type.

Acceptance Criteria


Task check list