Client/ClientGUI Flowchart
Scouting tool designed for use in FIRST FRC competitions.
Brought to you by:
maadhatter,
mathmad2008
Startup
Initialize variables, GUI (invisible)
Login (Optional)
Enter name, and maybe password (name is used throughout project runtime) in a Login dialog box (made visible)
Match Info
Show Edit Match Info dialog and get match info input
Idle
Make main frame visible; doing nothing at the moment; waiting to start match; data entry disallowed; details tab is enabled
Match
Timer goes for auto(0:15)/teleop(2:00)/endgame(post-match); data entry is allowed
Post-Match
Wait for details tab to be filled out; wait for "Done" button to save the record; clear form and go back to #3