Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

Releases: jcornaz/balotaro

1.0.1

05 Apr 11:11
Compare
Choose a tag to compare

Fix version format

Changes

Fixed

  • Version number format returned by the GET / and GET /version

1.0.0

05 Apr 11:05
Compare
Choose a tag to compare

First GA release

Includes the base REST API

More details on the functionnalities in the readme

Changes

Dependencies changes

Updated

  • Kotlin from 1.0.4 to 1.1.1
  • SpringBoot from 1.4.1 to 1.5.2
  • Swagger from 2.2.2 to 2.4.0
  • JodaTime from 2.9.4 to 2.9.9
  • Kondorcet from 1.0-SNAPSHOT to 1.0.0

Previous changes

Read the changelog

1.0-rc1

05 Oct 20:48
Compare
Choose a tag to compare
1.0-rc1 Pre-release
Pre-release

Added

Web service methods

  • GET / return the app name, description and version
  • GET /version return the version of the web service
  • POST /poll/create Create a new poll (safe or unsafe)
  • POST /poll/createTokens Create new tokens for a poll
  • POST /vote Submit a ballot and consume the vote-token
  • DELETE /poll/close Close a poll and return the result

Support of voting methods

Other

  • API documentation with Swagger (UI at /swagger-ui.html)
  • Automatically delete expired polls (a poll expire 30 days after it creation)