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 f1a0bf4 Merge pull request #63 from apache/quickstart-v3
new 3b95a24 first draft endpoint for Election creation
new faeba40 factor out some client JS
new 246e8c2 draft up a modal to create an Election
new f57b413 tweak: this is a POST endpoint. use the .create() class method
new d6d339c include the STeVe common JS
new 1adb26e Tweak/clarify some logging for Election creation.
The 6 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/server/pages.py | 22 +++++++++++++
v3/server/static/js/steve.js | 74 ++++++++++++++++++++++++++++++++++++++++++
v3/server/templates/admin.ezt | 61 ++++++++++++++++++++++++++++++++--
v3/server/templates/footer.ezt | 1 +
v3/steve/election.py | 7 ++--
5 files changed, 160 insertions(+), 5 deletions(-)
create mode 100644 v3/server/static/js/steve.js