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

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
9 results
Show changes
Commits on Source (121)
Showing
with 5055 additions and 3571 deletions
image: alpine:latest
stages:
- qa
- build
sonarqube-check:
stage: qa
image:
name: sonarsource/sonar-scanner-cli:latest
entrypoint: [""]
......@@ -17,19 +22,17 @@ sonarqube-check:
rules:
- if: $CI_COMMIT_BRANCH == 'master'
#pages:
# stage: deploy
# script:
# - mkdir public
# - mv js public/js
# - mv css public/css
# - mv panels public/panels
# - mv config public/config
# - mv index.html public/index.html
# - mv favicon.png public/favicon.png
# artifacts:
# paths:
# - public/
# only:
# - master
pages:
image: node:20-alpine
stage: build
script:
- npm install
- npm run build
- rm -rf public
- mkdir public
- mv build/* public
artifacts:
paths:
- public/
only:
- 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"
]
......@@ -9,22 +9,105 @@
"position": {
"x": 0,
"y": 0,
"w": 6,
"h": 10
"w": 9,
"h": 9
},
"config": {
"stops": [
"Dortmund Universität S",
"Dortmund Meitnerweg",
"Dortmund/Joseph Fraunhofer"
],
"filter": {
"types": ["H-Bahn"],
"destination": ["Dortmund Otto-Hahn-Straße"]
}
}
},
{
"type": "bild",
"type": "nextbike",
"position": {
"x": 6,
"y": 0,
"w": 10,
"x": 0,
"y": 9,
"w": 9,
"h": 4
},
"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."
"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": 3
},
"config": {
"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": "wetter",
"position": {
"x": 9,
"y": 3,
"w": 8,
"h": 2
},
"config": {
"latitude": 51.4897872,
"longitude": 7.4033162
}
},
{
"type": "mensa-jetzt",
"position": {
"x": 17,
"y": 3,
"w": 8,
"h": 2
}
},
{
"type": "mensaplan",
"position": {
"x": 9,
"y": 5,
"w": 16,
"h": 8
},
"config": {
"canteenId": 341,
"closingTime": {
"hours": 14,
"minutes": 15
}
}
}
]
......
{
"id": "foobar",
"background": "/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 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.