feat: add core

This commit is contained in:
Karl-Philipp Wulfert
2018-11-29 16:22:57 +01:00
commit 2d770dde44
131 changed files with 41268 additions and 0 deletions

103
test/resources/Tour.1.json Normal file
View File

@@ -0,0 +1,103 @@
{
"validationErrorNames": [],
"scData": {
"uid": "7257a1d7-47ac-4acc-a8cc-3f9ac6442e5d",
"type": "tour",
"name": "Stundenplan erstellen",
"description": "Veranstaltung suchen und zum Stundenplan hinzufügen",
"steps": [
{
"type": "location",
"location": "#/b-tu/main"
},
{
"type": "tooltip",
"element": "ion-nav-bar div[nav-bar=\"active\"] div.buttons-left",
"text": "Öffne das Menü.",
"resolved": {
"menu": "open-left"
}
},
{
"type": "tooltip",
"element": "#stapps-main-menu-main-b-tu-search",
"text": "Öffne die Suche.",
"resolved": {
"location": {
"is": "#/b-tu/search"
}
},
"position": "bottom"
},
{
"type": "tooltip",
"element": "ion-header-bar label",
"text": "Such' nach einer Veranstaltung indem du beispielsweise den Titel einer Veranstaltung eingibst."
},
{
"type": "tooltip",
"element": "ion-nav-bar div[nav-bar=\"active\"] div.buttons-right",
"text": "Öffne die Filter.",
"resolved": {
"menu": "open-right"
}
},
{
"type": "tooltip",
"element": ".stapps-context-menu-selectable-lists",
"text": "Filtere um eine Veranstaltung zu finden...",
"position": "top"
},
{
"type": "menu",
"side": "right",
"action": "close"
},
{
"type": "tooltip",
"element": ".stapps-search-results .stapps-data-list-remote-items",
"text": "Klicke auf eine Veranstaltung...",
"resolved": {
"location": {
"match": "#/b-tu/data/detail/Event"
}
},
"position": "top"
},
{
"type": "tooltip",
"element": "ion-view[nav-view=\"active\"] stapps-event-date-in-course stapps-event-date-toggle",
"text": "Füge die Veranstaltung zu deinem Stundenplan hinzu."
},
{
"type": "tooltip",
"element": "ion-nav-bar div[nav-bar=\"active\"] div.buttons-left",
"text": "Öffne das Menü erneut.",
"resolved": {
"menu": "open-left"
}
},
{
"type": "tooltip",
"element": "#stapps-main-menu-personal-b-tu-events",
"text": "Öffne deinen Stundenplan.",
"resolved": {
"location": {
"is": "#/b-tu/events"
}
},
"position": "right"
},
{
"type": "tooltip",
"element": ".stapps-timetable-clocks",
"text": "Dies ist dein Stundenplan. Die Veranstaltung wird dir nun hier angezeigt.",
"position": "right"
}
],
"origin": {
"indexed": "2018-09-11T12:30:00Z",
"name": "Dummy"
}
}
}