Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Idea for game result input #36

Open
feibeck opened this issue Feb 28, 2013 · 0 comments
Open

New Idea for game result input #36

feibeck opened this issue Feb 28, 2013 · 0 comments

Comments

@feibeck
Copy link
Owner

feibeck commented Feb 28, 2013

The current input elements for entering a game result is not very userfriendly, especially on a tablet or touchscreen computer.

Mimic the goal counter on the table soccer with some nice graphics and enable a click/touch setting of the goals.

Team 1: __1-2-3-4-5-6-7-8-9-10
Team 2: __1-2-3-4-5-6-7-8-9-10

Clicking or touching a number chooses the number as the goal count. For example after clicking on 4 in the first row on the example above will change the counter to:

Team 1: 1-2-3-4__5-6-7-8-9-10
Team 2: __1-2-3-4-5-6-7-8-9-10

As a further improvement, the current active number (4) could be highlighted or the numbers higher than the goal count printed in a lighter color.

The input "widget" allows the setting of a game result with just two clicks. Even better, it can automatically set the 10 on the other game as soon as a number lower than 10 is selected, which would reduce the number of clicks to one.

The "widget" could be implemented as a jQuery plugin that can decorate a single input element with the new input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant