blob: 845a6011cfecbc6532358f660324c03e41b5b1ac [file] [log] [blame]
namespace scouting.webserver.requests;
table SubmitNotes {
team:int (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);
}
root_type SubmitNotes;