diff --git a/content/beamershow/_index.de.md b/content/beamershow/_index.de.md new file mode 100644 index 0000000..0b08b55 --- /dev/null +++ b/content/beamershow/_index.de.md @@ -0,0 +1,27 @@ +--- +linkTitle: "Beamershow" +title: Beamershow +weight: 1 +prev: / +next: /beamershow/config +cascade: + type: docs +--- + +Die Beamershow zeigt live Statistiken zum aktuellen Event an. +Wie der Name schon andeutet ist sie dafür gedacht mit einem Beamer vor Ort auf eine (Lein)Wand projeziert zu werden. + +Sie sollte im Normalfall immer unter `/beamershow` erreichbar sein, mehr dazu unter [Konfiguration](./config) + +## Seiten/Informationen + +> Die Beamershow umfasst folgende Seiten/Abschnitte + +* Allgemeines + * Anzahl an Läufer:innen + * Bisher insgesamt erlaufene Kilometer + * Aktuelle Spendengesamtsumme +* Top 10 Läufer nach Distanz +* Top 10 Läufer nach schnellster Rundenzeit +* Top 10 Organisationen nach Distanz +* Top 10 Teams nach Distanz diff --git a/content/beamershow/_index.en.md b/content/beamershow/_index.en.md new file mode 100644 index 0000000..3ed02e8 --- /dev/null +++ b/content/beamershow/_index.en.md @@ -0,0 +1,27 @@ +--- +linkTitle: "Beamershow" +title: Beamershow +weight: 1 +prev: / +next: /beamershow/config +cascade: + type: docs +--- + +The beamer show displays live statistics for the current event. +As the name suggests, it is intended to be projected on a (screen) wall on-site using a beamer. + +It should normally always be accessible under `/beamershow`, more details can be found under [Configuration](./config). + +## Pages/Information + +> The beamer show includes the following pages/sections + +* General + * Number of runners + * Total kilometers ran so far + * Current total donation amount +* Top 10 runners by distance +* Top 10 runners by fastest lap time +* Top 10 organizations by distance +* Top 10 teams by distance diff --git a/content/beamershow/config.de.md b/content/beamershow/config.de.md new file mode 100644 index 0000000..ebda003 --- /dev/null +++ b/content/beamershow/config.de.md @@ -0,0 +1,18 @@ +--- +title: Beamershow Konfig +weight: 1 +prev: /beamershow +--- + +## Start + +Wenn du die Beamershow öffnest wirst du als erstes nach dem API Endpunkt gefragt - diese entspricht der URL des Läufersystems (z.B.: `https://lauf-fuer-kaya.de`). +Als nächstes musst du noch einen Client Token gefragt, den du von deinem Admin bekommst. + +Sobald du den Token eingegeben hast kannst du auf den Button "Konfigurieren" klicken und die Beamershow wird gestartet. + +## Konfiguration ändern + +Tippe `cnf` auf einer beliebigen Seite der Beamershow. + +Du wirst sofort von der Beamershow abbemeldet und kannst so einen neuen API Endpunkt und Client Token angeben. diff --git a/content/beamershow/config.en.md b/content/beamershow/config.en.md new file mode 100644 index 0000000..d4a3f0b --- /dev/null +++ b/content/beamershow/config.en.md @@ -0,0 +1,18 @@ +--- +title: Beamershow Config +weight: 1 +prev: /beamershow +--- + +## Start + +When you open the Beamershow, you will first be asked for the API endpoint - this corresponds to the URL of the runner system (e.g., `https://lauf-fuer-kaya.de`). +Next, you will be asked for a client token, which you will receive from your admin. + +Once you have entered the token, you can click the "Configure" button and the Beamershow will start. + +## Change Configuration + +Type `cnf` on any page of the Beamershow. + +You will be immediately logged out of the Beamershow and can then enter a new API endpoint and client token.