mirror of https://github.com/stijndcl/didier
Compare commits
No commits in common. "570c1e4d1b11b48d5aaa400ee05b612997708ee2" and "b26eeb3fc83d9c81bc7eaa6145821429db6422d6" have entirely different histories.
570c1e4d1b
...
b26eeb3fc8
|
|
@ -143,8 +143,6 @@ class Schedule:
|
|||
weekday_str: str = field(init=False)
|
||||
|
||||
def __post_init__(self):
|
||||
self.day = self.day.replace(hour=2, minute=0, second=0, microsecond=0)
|
||||
|
||||
self.schedule_dict: Dict = self.load_schedule_file()
|
||||
self.start_date = fromArray(self.schedule_dict["semester_start"])
|
||||
self.end_date = fromArray(self.schedule_dict["semester_end"])
|
||||
|
|
|
|||
|
|
@ -23,11 +23,6 @@
|
|||
"course": "Modelleren en Simuleren",
|
||||
"slots": [
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
|
|
@ -47,9 +42,6 @@
|
|||
"building": "S9",
|
||||
"room": "A2"
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
|
|
@ -64,11 +56,6 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
|
|
@ -89,11 +76,6 @@
|
|||
},
|
||||
"slots": [
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Ardoyen",
|
||||
"building": "iGent 126",
|
||||
|
|
@ -129,11 +111,6 @@
|
|||
"course": "Inleiding tot Telecommunicatie",
|
||||
"slots": [
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Ardoyen",
|
||||
"building": "iGent 125",
|
||||
|
|
@ -149,9 +126,6 @@
|
|||
"weeks": {
|
||||
"1": {
|
||||
"canceled": true
|
||||
},
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
|
|
@ -171,11 +145,6 @@
|
|||
"course": "Wiskundige Modellering",
|
||||
"slots": [
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
|
|
@ -188,11 +157,6 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S8",
|
||||
|
|
@ -205,11 +169,6 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S8",
|
||||
|
|
@ -239,11 +198,6 @@
|
|||
},
|
||||
"slots": [
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
|
|
@ -256,11 +210,6 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
|
|
@ -273,11 +222,6 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
|
|
@ -298,11 +242,6 @@
|
|||
},
|
||||
"slots": [
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S8",
|
||||
|
|
@ -315,11 +254,6 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weeks": {
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
|
|
@ -335,9 +269,6 @@
|
|||
"weeks": {
|
||||
"4": {
|
||||
"canceled": true
|
||||
},
|
||||
"6": {
|
||||
"canceled": true
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue