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 2, 2019 · 9 revisions

Judge Information Input

Inputs from User

name input: In this component, the user will input the judge's name through an input field. We will add this input to a list of tuples in order to pair each judge name to his/her corresponding API.

api input: In this component, the user will select an APi form a dropdown list that corresponds with the judge name.

State Variables

curr_name: In this component, we store 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