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)
|
weekday_str: str = field(init=False)
|
||||||
|
|
||||||
def __post_init__(self):
|
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.schedule_dict: Dict = self.load_schedule_file()
|
||||||
self.start_date = fromArray(self.schedule_dict["semester_start"])
|
self.start_date = fromArray(self.schedule_dict["semester_start"])
|
||||||
self.end_date = fromArray(self.schedule_dict["semester_end"])
|
self.end_date = fromArray(self.schedule_dict["semester_end"])
|
||||||
|
|
|
||||||
|
|
@ -23,11 +23,6 @@
|
||||||
"course": "Modelleren en Simuleren",
|
"course": "Modelleren en Simuleren",
|
||||||
"slots": [
|
"slots": [
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S9",
|
"building": "S9",
|
||||||
|
|
@ -47,9 +42,6 @@
|
||||||
"building": "S9",
|
"building": "S9",
|
||||||
"room": "A2"
|
"room": "A2"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
|
|
@ -64,11 +56,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S9",
|
"building": "S9",
|
||||||
|
|
@ -89,11 +76,6 @@
|
||||||
},
|
},
|
||||||
"slots": [
|
"slots": [
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Ardoyen",
|
"campus": "Ardoyen",
|
||||||
"building": "iGent 126",
|
"building": "iGent 126",
|
||||||
|
|
@ -129,11 +111,6 @@
|
||||||
"course": "Inleiding tot Telecommunicatie",
|
"course": "Inleiding tot Telecommunicatie",
|
||||||
"slots": [
|
"slots": [
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Ardoyen",
|
"campus": "Ardoyen",
|
||||||
"building": "iGent 125",
|
"building": "iGent 125",
|
||||||
|
|
@ -149,9 +126,6 @@
|
||||||
"weeks": {
|
"weeks": {
|
||||||
"1": {
|
"1": {
|
||||||
"canceled": true
|
"canceled": true
|
||||||
},
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
|
|
@ -171,11 +145,6 @@
|
||||||
"course": "Wiskundige Modellering",
|
"course": "Wiskundige Modellering",
|
||||||
"slots": [
|
"slots": [
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S9",
|
"building": "S9",
|
||||||
|
|
@ -188,11 +157,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S8",
|
"building": "S8",
|
||||||
|
|
@ -205,11 +169,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S8",
|
"building": "S8",
|
||||||
|
|
@ -239,11 +198,6 @@
|
||||||
},
|
},
|
||||||
"slots": [
|
"slots": [
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S9",
|
"building": "S9",
|
||||||
|
|
@ -256,11 +210,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S9",
|
"building": "S9",
|
||||||
|
|
@ -273,11 +222,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S9",
|
"building": "S9",
|
||||||
|
|
@ -298,11 +242,6 @@
|
||||||
},
|
},
|
||||||
"slots": [
|
"slots": [
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S8",
|
"building": "S8",
|
||||||
|
|
@ -315,11 +254,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"weeks": {
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"location": {
|
"location": {
|
||||||
"campus": "Sterre",
|
"campus": "Sterre",
|
||||||
"building": "S9",
|
"building": "S9",
|
||||||
|
|
@ -335,9 +269,6 @@
|
||||||
"weeks": {
|
"weeks": {
|
||||||
"4": {
|
"4": {
|
||||||
"canceled": true
|
"canceled": true
|
||||||
},
|
|
||||||
"6": {
|
|
||||||
"canceled": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue