Releases: Toxantron/scrumonline
Wipe session
Improved screen usage, Gitlab plugin
Screen usage was improved for larger devices while maintaining responsive behavior mobile devices.
A Gitlab plugin was added, which can be beneficial to teams with on-premise Gitlab instance.
Clean, stable version for on-premise
After splitting the public version, from mine at https://scrumpoker.online this is the recommended version.
REST API
Inspired by @jfversluis and @faniereynders the API was refactored and documented/specified in swagger. This includes a refactoring of the controllers that eliminates the execute
method and some other overhead. We also stole some features from open firepoker PRs.
@Raj-K-Joshi contributed a new cardset
Plugins and Performance
Since the last release the ticketing plugins were moved to dedicated JS files per plugin and the client polling was optimized to scale to an increasing number of users.
Docs and container
Besides some minor features like Open and Join on sessions list, this release mainly brings improved documentation and easier contribution through Vagrant and Docker.
Thanks to @dbeuchler and @filipgolonka for their contributions in this release.
Reevaluate after removal
The current poll is now reevaluated after a member was removed. So if someone is inactive and the only remaining member who did not vote,his removal will flip the cards.
Card values
The biggest change in this release has been the different selectable card values. But in the same period @dbeuchler added the popular GitHub ribbon that doubled traffic to this repo and greatly improved ticketing style.
Basic Auth for Github
Basic Authorization for Github allows loading issues from private repositories.
Member removal
Removing members from sessions or leaving a session. It also has a new REST API for mobile apps.