Score Entry Quick Switcher
complete
P
Peer Allan
When entering scores for a Draw it's a couple extra clicks to jump back and forth between games. What do you think about adding a list of quick links to the score entry page so that it's easy jump between the games. I have attached a quickly whipped up prototype.
In case it's not obvious, the small sidebar would have the list of links to games from the same draw as the game currently being edited. Clicking a link replaces the score entry box with the game clicked.
The obvious challenge being that game information could be lost if the user does not click 'Save' before jumping to another game. Hopefully, the UI notification will alert them to it.
P
Peer Allan
Looks good Dave. One slight nitpick. It would be great if you could add the Sheet number/label to the dropdown. Often we have volunteers doing all the sheets at once and they don't necessarily know all the teams on sight. Being able to jump to the sheet where they see a score change. Thanks!
Dave Rapin
Peer Allan Done
Dave Rapin
complete
Added a dropdown with the other games in the draw next to the back button. Use this to fast switch to another game in the same draw.
Might tweak how this looks down the road, but it's functional and serves to speed up multi-game data entry.
Dave Rapin
in progress
Dave Rapin
planned
I like it and thanks for the mockup. Pictures can be so helpful at communicating ideas.
We had something like this in the legacy system, but it was a dropdown I think.
P
Peer Allan
Dropdown works too! I tried to mess around with the repo to see if I could mock it that way with no luck. I presume I need the backend running for it to work? Thanks Dave Rapin
Dave Rapin
Peer Allan Yes, I used to maintain a json server in the repo so you could test without the proper dev backend, but no one used it so it was just an extra thing to maintain. You won't be able to point to prod because of CORS (which we don't want to exempt).
P
Peer Allan
Dave Rapin Makes sense. Thanks