-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add new display mode for individual tounaments (optimized for regional tournaments with small dispalys) #43
Open
tlehr
wants to merge
20
commits into
phihag:master
Choose a base branch
from
tlehr:feat/addTimerAfterCall
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…l tournaments with small dispalys)
That means that there is no further need to pull the score from BTS. BTS is now able to push the scores exact to those clients which requires this information. This reduce the amount of traffic and the load on client an service enormuously.
…m bts. If is a setting stored in displaysettings and a link between client and displaysetting ist stored in display_court_displaysettings on statup of the client it will be fetched and applied to the client.
… this settings in bts.
…tchoverview of court ans also in coutzview.
…the game was already won
…on court #65: Server.Core: Automatic call of a match which is in preparation when a match is finished
…rmination from the admin panel
…rmination from the admin panel
…S to WebSocket: Bugfix: Errormessage was not reset before next try to send score
…S to WebSocket: Bugfix: Opening already finished games raises misleading errormessage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds the individual tournament display to BUP. The display is a display that is designed for (regional) individual tournaments.
The display is based on the display for teams and has the following features:
The display can show the field number, the discipline and the round of the match (between the player names).
If a timer is displayed on the field, it will be clearly highlighted. There are a number of additional modes for the timer that can be activated in BTS (see Add the basis for an improved scoreboard for individual tournaments: bts#45 ).
An attempt is made to display the players' names as large as possible, as regional tournaments often only have smaller monitors available.
Since matches often take place without a referee (and a player who is not playing operates the tablet), there is now an option to underline the player who is receiving :
Display in the second set
The documentation has been adapted to the new features where necessary.