PWNAGERobotics / ScoutingPASS

A FRC Competition Scouting Application
https://pwnagerobotics.github.io/ScoutingPASS/
63 stars 469 forks source link

Added restrictions to images #97

Closed AADad578 closed 10 months ago

AADad578 commented 10 months ago

For issue #59

Added attribute "allowableResponses" which you pass a list of grid boxes into. It will then only allow you to click inside those boxes. If you click on a different one, it will not show up or get recorded. If allowableResponses is not provided, it will assume all are allowed.

Fixed Excel that had a rotated 180 field image, so the grids were wrong.