AdmiralGT / ttennis_ladder

0 stars 1 forks source link

Improve UI for adding games #6

Closed andrew-nubbert closed 7 years ago

andrew-nubbert commented 7 years ago

It's annoying entering the same set of initials repeatedly and clicking Add each time. Many options for fixing, but imo this is the best:

  1. Change the "add" button to two buttons, one for each player, for if that person won a game.
  2. Put the most recently played games on the front page (that's tracked by another issue)
  3. Leave the initials in place after entering a result, rather than deleting them from their text boxes.
    • Given that 3 happens, you now use 2 to know that it worked when you clicked the winner button for one of the players.
    • Use a combo of 1 and 3 to enter lots of results fast.

Sorted.

Other options:

AdmiralGT commented 7 years ago

I've added the option 1 style as a separate input. Not sure whether to get rid of the existing add button and input function, we can discuss when you're back in on Tuesday.

AdmiralGT commented 7 years ago

Fix is committed and in use.