From 046b67a36e8c12b2bdfe6a932dc45ed9265d37c3 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Thu, 2 Dec 2021 13:33:49 +0100 Subject: [PATCH] Make deadlines public --- .gitignore | 1 - files/deadlines.json | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 files/deadlines.json diff --git a/.gitignore b/.gitignore index fb266ea..9b3c80f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ files/lastTasks.json files/c4.json -files/deadlines.json files/hangman.json files/stats.json files/lost.json diff --git a/files/deadlines.json b/files/deadlines.json new file mode 100644 index 0000000..872fb18 --- /dev/null +++ b/files/deadlines.json @@ -0,0 +1,35 @@ +{ + "2": { + "StatProb": { + "Project": 1639090740 + }, + "AD2": { + "Project": 1638738000 + }, + "FuncProg": { + "Project 3": 1640017800 + } + }, + "3": { + "AD3": { + "Project (code)": 1638967062, + "Project (verslag)": 1639571862 + }, + "AI": { + "Presentatie project": 1639870920, + "Verslag": 1640302920 + }, + "BestSys": { + "Linux pract 2": 1638402120, + "Linux pract 3": 1639006920 + }, + "Modsim": { + "Project": 1640302920 + }, + "Telecom": { + "Keuze artikel": 1638745140, + "Presentaties 1": 1639990800, + "Presentaties 2": 1640088000 + } + } +}