From 60c228e515afa3d763ea6c39c8021fa2d0755d27 Mon Sep 17 00:00:00 2001 From: domi41 Date: Tue, 4 May 2021 00:13:34 +0200 Subject: [PATCH] docs: add some badges and some additional goals This is going to be tricky! Let's release a stable version, since we have one now. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 786d9ff..3d88072 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Majority Judgment Library for Java +[![MIT](https://img.shields.io/github/license/MieuxVoter/majority-judgment-library-java)](./LICENSE.md) +![Build Status](https://img.shields.io/github/workflow/status/MieuxVoter/majority-judgment-library-java/Java%20CI%20with%20Maven) Test-driven java library to help deliberate using Majority Judgment. +![Release](https://img.shields.io/github/v/release/MieuxVoter/majority-judgment-library-java?sort=semver) +[![Join the Discord chat at https://discord.gg/rAAQG9S](https://img.shields.io/discord/705322981102190593.svg)](https://discord.gg/rAAQG9S) ## Example Usage @@ -44,9 +48,12 @@ Got more than 2³² judges? Use a `Long[]` in a `ProposalTally`. - [x] Tally Analysis - [x] Score Calculus - [x] Ranking -- [ ] Release v0.1.0 -- [ ] Allow choosing a default grade +- [x] Release v0.1.0 - [ ] Guess the amount of judges +- [ ] Allow defining a default grade + - [ ] Static Grade (configurable) + - [ ] Median Grade + - [ ] Normalization (using smallest common multiple) - [ ] Release v0.2.0 - [ ] Publish on package repositories - [ ] Gradle