You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dig player suggestion needs to know whether the libero is on court or not (assume not when middle is serving)
save files either via the downloadButton (i.e. save through the browser) or direct save to local file system, if the user is serving the app direct from their own R session
auto-save file after each rally
the rp2 function needs to rationalize multiple >Lup codes
use the libero info from the lineup, not from the file metadata section, otherwise libero-per-set will never be handled correctly
show the libero(s) on the court diagram
if two liberos have been designated as "on court" (i.e. in the lineup, not just in the player list) then use the first for sideout phase and the second for breakpoint
update the match metadata before saving
support freeball errors
support attack replay (A! / B!)
attack cover (dig) responsibility needs coding
prompting for files (in interactive mode) needs to be clearer about which files it is asking for (dvw vs video)
allow start without any dvw file
lineups_are_valid needs to check rosters and more, so that scouting can't start until all required info is present
volume control, other video controls
option to display court reference lines on the video pane
need to be able to save the file at any time (it's not currently possible from the "you need to enter info before scouting can proceed" state, because you can't get the admin modal to pop up)
the "Confirm end of set" dialog seems to get immediately cancelled after showing up
get the serving team correct at the start of a new set
the rally state label (over the video pane) prevents clicks in that spot
hide/disable the antenna inputs on the court ref for simplicity, at least until we need them
now that we are saving to our own intermediate format, save the whole game state at every touch, so that we can undo to any point (not just within current rally as it is now)
importing teams from the "season" directory will currently create a dvw file that can't be read by dv_read, because the columns in the player metadata sections are out of order
if substituting the setter, ask for the new one
The text was updated successfully, but these errors were encountered:
undo prior to current rally has been implemented, but needs testing, especially when loading a partially-scouted dvw or ovs file and continuing scouting
downloadButton
(i.e. save through the browser) or direct save to local file system, if the user is serving the app direct from their own R sessionrp2
function needs to rationalize multiple>Lup
codeslineups_are_valid
needs to check rosters and more, so that scouting can't start until all required info is presentThe text was updated successfully, but these errors were encountered: