Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support detailed judgments per judge (ballots) as input as well #15

Open
domi41 opened this issue Oct 25, 2021 · 0 comments
Open

Support detailed judgments per judge (ballots) as input as well #15

domi41 opened this issue Oct 25, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@domi41
Copy link
Contributor

domi41 commented Oct 25, 2021

Support a CSV with the (anonymized) individual ballots as input:

    Pizza,  Pasta, Chips
excellent,   good,  poor
very good, reject,  poor
…

Grade detection may be complex (or impossible in some cases).
We can try our best with preset gradings (:lion: :warning: ), but we'll need a --grades flag to let users set their grades.

There's also the possibility of using the first line of the CSV as grading, like so:

reject, poor, good, very good, excellent
    Pizza,  Pasta, Chips
excellent,   good,  poor
very good, reject,  poor
…

This would start a big development arc, since there will be many possible plots from such detailed data.

We also need to detect which form of the CSV is used as input, and that's not going to be pretty.

@domi41 domi41 added the enhancement New feature or request label Oct 25, 2021
@domi41 domi41 added this to the 1.0.0 milestone Oct 26, 2021
@domi41 domi41 changed the title Support detailed judgments per judge as input as well Support detailed judgments per judge (ballots) as input as well Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant