Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 73c922a

Browse files
jirutkajnv
authored andcommitted
Fix examples of schedule_exceptions in RAML, remove holidays
Holidays are not exceptions anymore, but semester periods of type holidays.
1 parent bb549dc commit 73c922a

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

docs/Sirius.raml

+16-14
Original file line numberDiff line numberDiff line change
@@ -528,28 +528,30 @@ resourceTypes:
528528
{
529529
"id": 1,
530530
"type": "CANCEL",
531-
"name": "Den české státnosti",
531+
"name": "Výuka zrušena z důvodu nemoci",
532532
"scope": {
533-
"starts_at": "2014-09-28T00:00:00.000+02:00",
534-
"ends_at": "2014-09-29T00:00:00.000+02:00",
535-
"faculty": null,
536-
"semester": null,
537-
"courses": null,
533+
"starts_at": "2014-10-07T00:00:00.000+02:00",
534+
"ends_at": "2014-10-08T00:00:00.000+02:00",
535+
"faculty": 18000,
536+
"semester": "B141",
537+
"courses": [ "MI-RUB" ],
538538
"timetable_slots": null
539539
}
540540
},
541541
{
542-
"id": 11,
543-
"type": "CANCEL"
544-
"name": "Děkanský den FIT",
545-
"note": "Výuka odpadá",
542+
"id": 7,
543+
"type": "ROOM_CHANGE",
544+
"name": "MI-MPI - přednáška 24. 9. 2014 přesunuta do T9:105",
546545
"scope": {
547-
"starts_at": "2015-04-30T00:00:00Z",
548-
"ends_at": "2015-05-01T00:00:00Z",
546+
"starts_at": "2014-09-24T00:00:00.000+02:00",
547+
"ends_at": "2014-09-25T00:00:00.000+02:00",
549548
"faculty": 18000,
550-
"semester": "B142",
549+
"semester": "B141",
551550
"courses": null,
552-
"timetable_slots": null
551+
"timetable_slots": [ 392651000 ]
552+
},
553+
"options": {
554+
"room_id": "T9:105"
553555
}
554556
}
555557
],

0 commit comments

Comments
 (0)