FirstLegoLeague / fllscoring

FLL Scoring app. See Demo:
http://firstlegoleague.github.io/fllscoring/
GNU General Public License v2.0
14 stars 19 forks source link

Cosmetic displaySystem-issue: render negative scores as 0 #311

Open sools opened 6 years ago

sools commented 6 years ago

Currently it is necessary to edit all negative scores into zeroes before publishing and broadcasting. After successful broadcasting, all changed-to-zero scores must be changed back to the original negative values manually. It would be easier and neater in regards to history-keeping if this could be a Broadcast-related setting which handles this on-the-fly while not changing the actual persistent data.