From 30a096defbbb122d85d144251d55a4bd80623398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital> Date: Mon, 27 Nov 2023 01:23:52 +0100 Subject: [PATCH] default config: Adapted to actual CZI screen --- public/config/default.json | 58 ++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 8 deletions(-) diff --git a/public/config/default.json b/public/config/default.json index 0dae420..903a287 100644 --- a/public/config/default.json +++ b/public/config/default.json @@ -9,22 +9,64 @@ "position": { "x": 0, "y": 0, - "w": 6, - "h": 10 + "w": 9, + "h": 13 + }, + "config": { + "stops": [ + "Dortmund Universität S", + "Dortmund Joseph von Fraunhofer", + "Dortmund Meitnerweg" + ], + "filter": { + "type": [ + "H-Bahn" + ], + "destination": [ + "Dortmund Otto-Hahn-Straße" + ] + } } }, { "type": "bild", "position": { - "x": 6, + "x": 9, "y": 0, - "w": 10, - "h": 4 + "w": 16, + "h": 5 }, "config": { - "url": "/preisliste.png", - "title": "FooBar", - "description": "Ihr habt dort die Möglichkeit, mit 40 verschiedenen Ansprechpartnern auf der IT-Kontaktmesse Kontakt aufzunehmen. Ihr habt dort die Möglichkeit, mit 40 verschiedenen Ansprechpartnern auf der IT-Kontaktmesse Kontakt aufzunehmen." + "url": "/warning.png", + "title": "Achtung, Testbetrieb", + "description": "Wie du vielleicht siehst, sieht dieser Bildschirm heute anders aus. Darf ich vorstellen: Der neue Infoscreen. Bitte beachte allerdings, dass wir gerade einen Testbetrieb machen. Bitte melde daher Fehler und auch sonstige Wünsche an Niklas unter @niklasschroetler:chat.upi.li oder niklas.schroetler@tu-dortmund.de" + } + }, + { + "type": "placeholder", + "position": { + "x": 9, + "y": 5, + "w": 8, + "h": 2 + } + }, + { + "type": "placeholder", + "position": { + "x": 17, + "y": 5, + "w": 8, + "h": 2 + } + }, + { + "type": "placeholder", + "position": { + "x": 9, + "y": 7, + "w": 16, + "h": 6 } } ] -- GitLab