diff --git a/public/activeConfigs.json b/public/activeConfigs.json index ff2e1686554fd46e6add52275a7946190f0c7dbb..abe4698dd769060b2646635d910619ae8a5cc8d1 100644 --- a/public/activeConfigs.json +++ b/public/activeConfigs.json @@ -1,4 +1,5 @@ [ "config/foobar.json", + "config/karaoke-testbetrieb.json", "config/default.json" ] diff --git a/public/config/karaoke-testbetrieb.json b/public/config/karaoke-testbetrieb.json new file mode 100644 index 0000000000000000000000000000000000000000..8a760401143b918f17ed94be89b24db451f51a22 --- /dev/null +++ b/public/config/karaoke-testbetrieb.json @@ -0,0 +1,81 @@ +{ + "id": "default", + "schedule": { + "times": [ + { + "from": "2023-12-12T22:00", + "to": "2023-12-19T22:00" + } + ] + }, + "panels": [ + { + "type": "fahrplan", + "position": { + "x": 0, + "y": 0, + "w": 9, + "h": 13 + }, + "config": { + "stops": [ + "Dortmund Universität S", + "Dortmund Meitnerweg", + "Dortmund/Joseph Fraunhofer" + ], + "filter": { + "types": [ + "H-Bahn" + ], + "destination": [ + "Dortmund Otto-Hahn-Straße" + ] + } + } + }, + { + "type": "bild", + "position": { + "x": 9, + "y": 0, + "w": 16, + "h": 5 + }, + "config": { + "url": "/content/karaoke.png", + "title": "Weihnachts-Karaoke am 19.12.", + "description": "Am 19.12. um 18 Uhr laden wir euch herzlich zur unvergesslichen Weihnachtskaraoke in der Otto-Hahn-Straße 14 ein! Lasst uns gemeinsam festliche Lieder singen und die Vorfreude auf das Fest genießen! \uD83C\uDF1F✨ Bringt eure Freunde mit! \uD83C\uDF89\uD83C\uDFB5" + } + }, + { + "type": "callout", + "position": { + "x": 9, + "y": 5, + "w": 16, + "h": 2 + }, + "config": { + "type": "warning", + "title": "Achtung, Testbetrieb", + "description": "Der neue Infoscreen ist da! Bitte melde Fehler an die Admins unter root@oh14.de." + } + }, + { + "type": "mensaplan", + "position": { + "x": 9, + "y": 7, + "w": 16, + "h": 6 + }, + "config": { + "canteenId": 341, + "closingTime": { + "hours": 14, + "minutes": 15 + } + } + } + ] +} diff --git a/public/content/karaoke.png b/public/content/karaoke.png new file mode 100644 index 0000000000000000000000000000000000000000..f20133a11b73d5bd9ae925361c49088ae5689428 Binary files /dev/null and b/public/content/karaoke.png differ