Compare commits
No commits in common. "64c592285f17ec466dc38aae38093312dc667876" and "f92715f3e431b6f942bbdc3a1cb3fbd8a76196e6" have entirely different histories.
64c592285f
...
f92715f3e4
@ -22,43 +22,9 @@ Eine kurze Übersicht über die verschiedenen Services des Systems und ihre Inte
|
|||||||
* Selfservice: Portal in dem sich Bürger- und Firmenläufer:innen registrieren und ihre Daten einsehen können
|
* Selfservice: Portal in dem sich Bürger- und Firmenläufer:innen registrieren und ihre Daten einsehen können
|
||||||
* Beamershow: Zeigt aktuelle Statistiken und Toplisten zum Event an
|
* Beamershow: Zeigt aktuelle Statistiken und Toplisten zum Event an
|
||||||
* Scanclient: Software für die Scannerstationen
|
* Scanclient: Software für die Scannerstationen
|
||||||
* Kiosk: Software für die Registrierung von Läufer:innen vor Ort
|
|
||||||
* Docs: Diese Dokumentation
|
* Docs: Diese Dokumentation
|
||||||
|
|
||||||
```mermaid
|

|
||||||
flowchart LR
|
|
||||||
subgraph Anwendungen
|
|
||||||
Frontend
|
|
||||||
Beamershow
|
|
||||||
Scanclient
|
|
||||||
Selfservice
|
|
||||||
Kiosk
|
|
||||||
end
|
|
||||||
|
|
||||||
subgraph Services
|
|
||||||
Backend
|
|
||||||
Mailer
|
|
||||||
Document-Server
|
|
||||||
end
|
|
||||||
|
|
||||||
subgraph Extern
|
|
||||||
Datenbank
|
|
||||||
Mail-Server
|
|
||||||
end
|
|
||||||
|
|
||||||
Frontend --> |Zeigt Daten an und bearbeitet sie| Backend
|
|
||||||
Beamershow -->|Fragt aktuelle Statistiken ab| Backend
|
|
||||||
Scanclient --> |Generiert und validiert Scans| Backend
|
|
||||||
Selfservice --> |Registriert Läufer| Backend
|
|
||||||
Kiosk --> |Registriert Läufer| Backend
|
|
||||||
|
|
||||||
Backend --> |Speichert Daten| Datenbank
|
|
||||||
Backend --> |Sendet Mails| Mailer
|
|
||||||
Mailer --> |Sendet Mails| Mail-Server
|
|
||||||
|
|
||||||
Frontend --> |Generiert PDFs| Document-Server
|
|
||||||
Selfservice --> |Generiert PDFs| Document-Server
|
|
||||||
```
|
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
@ -16,49 +16,15 @@ If you are interested in the operation for regular users, take a look at the [Us
|
|||||||
A brief overview of the various services of the system and their interaction
|
A brief overview of the various services of the system and their interaction
|
||||||
|
|
||||||
* Backend: Contains the main logic and manages the data (via database connection)
|
* Backend: Contains the main logic and manages the data (via database connection)
|
||||||
* Mailer: Automatically sends mails based on HTML templates
|
* Mailer: Automatically sends emails based on HTML templates
|
||||||
* Document-Server: Creates PDFs (certificates, runner cards, sponsorship declarations) from HTML templates
|
* Document Server: Creates PDFs (certificates, runner cards, sponsorship declarations) from HTML templates
|
||||||
* Frontend: Management interface for the admins and users of the runner system
|
* Frontend: Administration interface for the admins and users of the runner system
|
||||||
* Selfservice: Portal where citizen and company runners can register and view their data
|
* Self-service: Portal where citizen and company runners can register and view their data
|
||||||
* Beamershow: Displays current statistics and top lists for the event
|
* Beamer Show: Displays current statistics and top lists for the event
|
||||||
* Scanclient: Software for the scanner stations
|
* Scan Client: Software for the scanner stations
|
||||||
* Kiosk: Software for the on-site registration of runners
|
|
||||||
* Docs: This documentation
|
* Docs: This documentation
|
||||||
|
|
||||||
```mermaid
|

|
||||||
flowchart LR
|
|
||||||
subgraph Applications
|
|
||||||
Frontend
|
|
||||||
Beamershow
|
|
||||||
Scanclient
|
|
||||||
Selfservice
|
|
||||||
Kiosk
|
|
||||||
end
|
|
||||||
|
|
||||||
subgraph Services
|
|
||||||
Backend
|
|
||||||
Mailer
|
|
||||||
Document-Server
|
|
||||||
end
|
|
||||||
|
|
||||||
subgraph External
|
|
||||||
Database
|
|
||||||
Mail-Server
|
|
||||||
end
|
|
||||||
|
|
||||||
Frontend --> |Displays and edits data| Backend
|
|
||||||
Beamershow -->|Requests current statistics| Backend
|
|
||||||
Scanclient --> |Generates and validates scans| Backend
|
|
||||||
Selfservice --> |Registers runners| Backend
|
|
||||||
Kiosk --> |Registers runners| Backend
|
|
||||||
|
|
||||||
Backend --> |Stores data| Database
|
|
||||||
Backend --> |Sends mails| Mailer
|
|
||||||
Mailer --> |Sends mails| Mail-Server
|
|
||||||
|
|
||||||
Frontend --> |Generates PDFs| Document-Server
|
|
||||||
Selfservice --> |Generates PDFs| Document-Server
|
|
||||||
```
|
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
@ -1,54 +0,0 @@
|
|||||||
---
|
|
||||||
title: Scannerkonfiguration
|
|
||||||
weight: 31
|
|
||||||
prev: /scanstation/config
|
|
||||||
---
|
|
||||||
|
|
||||||
{{< callout type="warning" >}}
|
|
||||||
Diese Konfiguration wurde nur mit GD4130-BK/WH USB Scannern getestet
|
|
||||||
{{< /callout >}}
|
|
||||||
|
|
||||||
{{< callout type="info" >}}
|
|
||||||
Download als PDF: [Scannerkonfiguration.pdf](/files/scannerconfig.pdf)
|
|
||||||
{{< /callout >}}
|
|
||||||
|
|
||||||
{{% steps %}}
|
|
||||||
|
|
||||||
### Werkseinstellungen wiederherstellen
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 2. Programming Mode Aktivieren
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 3. Nur EAN-13 scannen (optional)
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### 4. EAN13 Check-Zahl überprüfen, aber nicht übertragen
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 5. Scanner auf always on stellen (optional)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 6. Programming Mode Verlassen
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 7. Beep ausschalten (optional)
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### 8. Tastatur auf Deutsch stellen (optional)
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
{{% /steps %}}
|
|
@ -1,54 +0,0 @@
|
|||||||
---
|
|
||||||
title: Scanner Configuration
|
|
||||||
weight: 32
|
|
||||||
prev: /scanstation/config
|
|
||||||
---
|
|
||||||
|
|
||||||
{{< callout type="warning" >}}
|
|
||||||
This configuration has only been tested with GD4130-BK/WH USB scanners
|
|
||||||
{{< /callout >}}
|
|
||||||
|
|
||||||
{{< callout type="info" >}}
|
|
||||||
Download as PDF: [Scanner Configuration.pdf](/files/scannerconfig.pdf)
|
|
||||||
{{< /callout >}}
|
|
||||||
|
|
||||||
{{% steps %}}
|
|
||||||
|
|
||||||
### Restore Factory Settings
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 2. Activate Programming Mode
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 3. Scan only EAN-13 (optional)
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### 4. Verify EAN13 Check Digit but Do Not Transmit
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 5. Set Scanner to Always On (optional)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 6. Exit Programming Mode
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 7. Turn Off Beep (optional)
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### 8. Set Keyboard to German (optional)
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
{{% /steps %}}
|
|
BIN
static/images/service_interaction.png
Normal file
BIN
static/images/service_interaction.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user