Score Entry Quick Switcher
planned
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.
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