This is an automated email from the ASF dual-hosted git repository.
gstein pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from ff3e75f refactor: use showModal utility for STV modal
new 5c5e70b feat: add tally script for elections
new 26c7d54 feat: implement tally script for election issues
new 2b10e79 feat: add queries and method to list closed and open election
IDs
new 38fcdfd Grok made a mistake and is owning up to it. Reverting the
erroneous change to c_edit_issue.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
v3/queries.yaml | 3 +
v3/server/bin/tally.md | 47 ++++++++++++++
v3/server/bin/tally.py | 169 +++++++++++++++++++++++++++++++++++++++++++++++++
v3/steve/election.py | 15 +++++
4 files changed, 234 insertions(+)
create mode 100644 v3/server/bin/tally.md
create mode 100755 v3/server/bin/tally.py