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

Add new display mode for individual tounaments (optimized for regional tournaments with small dispalys) #43

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

tlehr
Copy link

@tlehr tlehr commented Feb 19, 2024

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).
    Bildschirmfoto vom 2024-02-17 01-42-20

    • All new fields are optional and can be switched on or off by parameter or URL.
      Bildschirmfoto vom 2024-02-17 01-43-34
  • 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 ).
    Bildschirmfoto vom 2024-02-19 22-16-27

    • When the timer is about to end, it can change color, just like on the tablet.
      Bildschirmfoto vom 2024-02-19 22-17-42
  • An attempt is made to display the players' names as large as possible, as regional tournaments often only have smaller monitors available.
    Bildschirmfoto vom 2024-02-19 22-18-55

    • By default, players' middle names are suppressed to make the names easier to read.
      Bildschirmfoto vom 2024-02-19 22-19-26
      Bildschirmfoto vom 2024-02-19 22-19-50
  • 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 :
    Bildschirmfoto vom 2024-02-19 22-20-53

  • Display in the second set
    Bildschirmfoto vom 2024-02-19 22-35-21

The documentation has been adapted to the new features where necessary.

tlehr and others added 20 commits February 19, 2024 22:38
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.
…tchoverview of court ans also in coutzview.
…on court

#65: Server.Core: Automatic call of a match which is in preparation when a match is finished
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants