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

Use min_score and max_score from DB for judge scoring dropdowns #2

Open
i077 opened this issue Apr 1, 2021 · 1 comment
Open

Use min_score and max_score from DB for judge scoring dropdowns #2

i077 opened this issue Apr 1, 2021 · 1 comment
Assignees

Comments

@i077
Copy link
Member

i077 commented Apr 1, 2021

Right now on the judge-score branch, when we open the judge scoring form, it looks like this:
image

The score input boxes are set to take any number, but we don't want judges to enter just any arbitrary number. In the database, we have a table called ScoringCategory that actually declares the lower and upper bounds for each of the categories:
image

We need to change the <input> elements for each of the categories to be dropdowns with numbers ranging from the category's min_score to its max_score.

@rdoughty10 rdoughty10 self-assigned this Apr 2, 2021
@rdoughty10
Copy link

created pull request for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants