blob: 64226bc245b6e6395ced6aba96bedbbe3a323c46 [file] [log] [blame]
namespace scouting.webserver.requests;
table SubmitNotes {
team:string (id: 0);
notes:string (id: 1);
good_driving:bool (id: 2);
bad_driving:bool (id: 3);
solid_placing:bool (id: 4);
sketchy_placing:bool (id: 5);
good_defense:bool (id: 6);
bad_defense:bool (id: 7);
easily_defended:bool (id: 8);
no_show:bool (id: 9);
match_number:int (id: 10);
set_number:int (id: 11);
comp_level:string (id: 12);
}
root_type SubmitNotes;