Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • fix/sitzungstermin
  • main
  • marquee
  • master
  • punctuation-workaround
5 results

Target

Select target project
  • julianbohnenkaemper/infoscreen
  • acul/infoscreen-new
  • tudo-fsinfo/infoscreen/infoscreen
  • alexr/infoscreen
  • fabianvanrissenbeck/infoscreen
  • evysgarden/infoscreen
  • falk-pages/infoscreen
  • smmokerg/infoscreen
  • smmivog2/infoscreen-fussball
  • smmivog2/infoscreen-update-preisliste
10 results
Select Git revision
  • 1-issue-czi-wtf
  • master
  • update-deps
3 results
Show changes
Commits on Source (99)
Showing
with 4997 additions and 3575 deletions
......@@ -3,7 +3,6 @@ image: alpine:latest
stages:
- qa
- build
- deploy
sonarqube-check:
stage: qa
......@@ -23,24 +22,17 @@ sonarqube-check:
rules:
- if: $CI_COMMIT_BRANCH == 'master'
build:
image: node:14.15.3-buster-slim
pages:
image: node:20-alpine
stage: build
script:
- npm install
- npm run build
artifacts:
paths:
- build/
pages:
stage: deploy
script:
- rm -rf public
- mkdir public
- mv build public
- mv build/* public
artifacts:
paths:
- public/
- public/
only:
- master
- master
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager">
<output url="file://$PROJECT_DIR$/out" />
......
......@@ -9,8 +9,9 @@ To ensure code quality, this repo is automatically evaluated by a SonarQube inst
[![Quality gate](https://sonarqube.upi.li/api/project_badges/quality_gate?project=Fachschaft-Informatik-Infoscreen&token=sqb_1e0e28d3a4ad3e243d0ee76c6dc33d6694d261a2)](https://sonarqube.upi.li/dashboard?id=Fachschaft-Informatik-Infoscreen)
## Test
Before running the appliction for the first time you have to install all dependencies using `npm install`
This Website can be run locally for testing purposes with `python3 -m http.server` or any other HTTP Server
This Website can be run locally for testing purposes with `npm run start`.
## Adding Ads
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
[
"config/foobar.json",
"config/ophase.json",
"config/fvv.json",
"config/default.json"
]
......@@ -10,52 +10,86 @@
"x": 0,
"y": 0,
"w": 9,
"h": 13
"h": 9
},
"config": {
"stops": [
"Dortmund Universität S",
"Dortmund Joseph von Fraunhofer",
"Dortmund Meitnerweg"
"Dortmund Meitnerweg",
"Dortmund/Joseph Fraunhofer"
],
"filter": {
"type": [
"H-Bahn"
],
"destination": [
"Dortmund Otto-Hahn-Straße"
]
"types": ["H-Bahn"],
"destination": ["Dortmund Otto-Hahn-Straße"]
}
}
},
{
"type": "bild",
"type": "nextbike",
"position": {
"x": 0,
"y": 9,
"w": 9,
"h": 4
},
"config": {
"city": 129,
"station_ids": [7361, 7369, 7333, 7386],
"station_names": [
"Otto-Hahn-Str. (OH14)",
"SRG",
"Technologiepark (H-Bahn)",
"Meitnerweg"
]
}
},
{
"type": "termine",
"position": {
"x": 9,
"y": 0,
"w": 16,
"h": 5
"h": 3
},
"config": {
"url": "/infoscreen/content/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"
"calendars": [
{
"calendar_name": "FOSS-AG",
"url": "http://foss-ag.de",
"webcal_url": "/remote.php/dav/public-calendars/NQLSNyyW3D4YW5iC/?export"
},
{
"calendar_name": "Fachschaft",
"url": "https://cloud.fachschaften.org/apps/calendar/p/XFBG6b9Xwp9s2EzK",
"webcal_url": "/remote.php/dav/public-calendars/XFBG6b9Xwp9s2EzK/?export"
},
{
"calendar_name": "Kolloquium",
"url": "https://kolloquium.cs.tu-dortmund.de",
"webcal_url": "/kolloquium?tx_ftbuniversitycolloquium_colloquium%5Baction%5D=vCalendar&tx_ftbuniversitycolloquium_colloquium%5Bcontroller%5D=Series&tx_ftbuniversitycolloquium_colloquium%5Bseries%5D=1&type=119&cHash=1febbc21e3cf82eb5f597ad0dc8b5a4a"
}
],
"days": 7
}
},
{
"type": "placeholder",
"type": "wetter",
"position": {
"x": 9,
"y": 5,
"y": 3,
"w": 8,
"h": 2
},
"config": {
"latitude": 51.4897872,
"longitude": 7.4033162
}
},
{
"type": "placeholder",
"type": "mensa-jetzt",
"position": {
"x": 17,
"y": 5,
"y": 3,
"w": 8,
"h": 2
}
......@@ -64,9 +98,9 @@
"type": "mensaplan",
"position": {
"x": 9,
"y": 7,
"y": 5,
"w": 16,
"h": 6
"h": 8
},
"config": {
"canteenId": 341,
......
{
"id": "foobar",
"background": "/infoscreen/content/preisliste.png",
"background": "/content/preisliste.png",
"schedule": {
"times": [
{
"from": "2023-11-25T17:30",
"to": "2023-11-25T17:31"
"from": "2024-12-10T18:00",
"to": "2024-12-10T22:00"
},
{
"from": "2025-01-07T18:00",
"to": "2025-01-07T22:00"
},
{
"from": "2025-01-21T18:00",
"to": "2025-01-21T22:00"
}
]
},
......
{
"id": "fvv",
"schedule": {
"times": [
{
"from": "2024-01-29T08:00",
"to": "2024-01-31T18: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/2024-1-fvv.png"
}
},
{
"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
}
}
}
]
}
{
"id": "karaoke-testbetrieb",
"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": "Wir laden euch herzlich zur unvergesslichen Weihnachtskaraoke am 19.12. um 18 Uhr in der Otto-Hahn-Straße 14 ein! Lasst uns gemeinsam festliche Lieder singen und die Vorfreude auf das Fest genießen! Bringt eure Freunde mit!"
}
},
{
"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
}
}
}
]
}
{
"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
}
}
}
]
}
{
"id": "ophase",
"schedule": {
"times": [
{
"from": "2024-03-23T10:00",
"to": "2024-03-24T22: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/SpiderMan-Infoscreen.png",
"gradient": false
}
},
{
"type": "mensaplan",
"position": {
"x": 9,
"y": 5,
"w": 16,
"h": 8
},
"config": {
"canteenId": 341,
"closingTime": {
"hours": 14,
"minutes": 15
}
}
}
]
}
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File added
File added