Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

Organizer Portal: Judge Information Input

andrewhkou edited this page Mar 17, 2019 · 9 revisions

Judge Information Input

Description

This page allows the organizer to match a judge to the API they will be judging.

Inputs from User

name: the judge's name

api: the API the organizer selects from a dropdown list that corresponds to a certain judge

State Variables

curr_name: stores the judge name inputted by the user.

names: a list of judge names inputted by the user.

selected stores the api name selected by the user.

info: a list of tuples that stores the name of the judge and their corresponding api category.

count: tracks the index of the tuple to determine the color.

Clone this wiki locally