diff --git a/public/activeConfigs.json b/public/activeConfigs.json index a60ce7632aa8bed31ff1688ca356e4a4f8c89585..f07f2778019ea023835f5290fe39cdbbda59ea72 100644 --- a/public/activeConfigs.json +++ b/public/activeConfigs.json @@ -1,5 +1,6 @@ [ "config/foobar.json", + "config/ophase-teamer-testbetrieb.json", "config/karaoke-testbetrieb.json", "config/neujahr.json", "config/default.json" diff --git a/public/config/ophase-teamer-testbetrieb.json b/public/config/ophase-teamer-testbetrieb.json new file mode 100644 index 0000000000000000000000000000000000000000..5d00b38c54dc78711324a567e854db3de6ba8954 --- /dev/null +++ b/public/config/ophase-teamer-testbetrieb.json @@ -0,0 +1,82 @@ +{ + "id": "ophase-teamer-testbetrieb", + "schedule": { + "times": [ + { + "from": "2024-01-24T15:00", + "to": "2024-02-02T18: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/ophase-teamer-temp.png", + "title": "Teamende Gesucht!", + "description": "In der Woche vom 1.4. bis zum 5.4. findet die Sommer-O-Phase statt. Wenn auch du neuen Studierenden die Uni zeigen und den Studienstart erleichtern willst, melde dich jetzt als Teamer:in an. Weitere Infos findest du auf tix.oh14.de/sose24team.", + "gradient": false + } + }, + { + "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/ophase-teamer-temp.png b/public/content/ophase-teamer-temp.png new file mode 100644 index 0000000000000000000000000000000000000000..54f65afb7f717d26a4c168d7c03134db984a9030 Binary files /dev/null and b/public/content/ophase-teamer-temp.png differ