dhmay / jamstats

Tools for making plots on roller derby scoreboard data and following live game data
https://jamstats.net
GNU General Public License v2.0
19 stars 2 forks source link

skaters that don't have names in scoreboard should be reported as numbers in jamstats output #181

Closed erevrav closed 3 weeks ago

erevrav commented 3 weeks ago

What version of the tools are you running, and how? v1.4.13, drag game json onto exe

Is your feature request related to a problem? Please describe. There are scenarios where skaters need to be quickly added to a team's roster (esp in between -- or even during -- jams) with only the skater's number (not name). The rest of the scoreboard works fine in this case, but jamstats's reporting is less useful.

image

Describe the solution you'd like if a skater doesn't have a name, jamstats should just use the number as the "name" that gets displayed.

Describe alternatives you've considered make my NSOs always add names; that's the ideal case, but it's not always practical

dhmay commented 3 weeks ago

@erevrav I believe I implemented this enhancement in the Windows build artifact here. Please test it out; if it looks good, I'll merge to main and make a new release.

erevrav commented 3 weeks ago

works great, thx! image