From d920867af58e0f89cb04176252f1fbd1eecdf7b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:11:01 +0000 Subject: [PATCH] auto-gen timetable: Sat Nov 23 17:11:01 UTC 2024 --- functions/files/configs.json | 4 +- functions/files/timetable.json | 119 +++++++++++++++++---------------- functions/files/topics.json | 105 +++++++++++++---------------- 3 files changed, 107 insertions(+), 121 deletions(-) diff --git a/functions/files/configs.json b/functions/files/configs.json index 93c8da8..9547f6c 100644 --- a/functions/files/configs.json +++ b/functions/files/configs.json @@ -1,6 +1,6 @@ { - "start": 1731781800, - "end": 1732386599, + "start": 1732386600, + "end": 1732991399, "days": [ { "code": "0", diff --git a/functions/files/timetable.json b/functions/files/timetable.json index 48c33d3..a547577 100644 --- a/functions/files/timetable.json +++ b/functions/files/timetable.json @@ -5,153 +5,154 @@ "assignee": "" }, "S2": { - "topic": "SD", + "topic": "DSA", "ignore": false, - "assignee": "PP" + "assignee": "RG" }, "S3": { - "topic": "DSA", + "topic": "DBMS", "ignore": false, - "assignee": "KL" + "assignee": "PP" }, "S4": { - "topic": "VA", + "topic": "CQ", "ignore": false, - "assignee": "KL" + "assignee": "SM" }, "S5": { - "topic": "CQ", + "topic": "SD", "ignore": false, - "assignee": "NM" + "assignee": "MS" } }, "1": { "S1": { - "topic": "OOP", + "topic": "VA", "ignore": false, - "assignee": "MS" + "assignee": "PP" }, "S2": { - "topic": "SD", + "topic": "DSA", "ignore": false, - "assignee": "SM" + "assignee": "PS" }, "S3": { - "topic": "DSA", + "topic": "DBMS", "ignore": false, - "assignee": "MP" + "assignee": "SM" }, "S4": { "topic": "CQ", "ignore": false, - "assignee": "SR" + "assignee": "MP" }, "S5": { - "topic": "DBMS", + "topic": "SD", "ignore": false, "assignee": "MP" } }, "2": { "S1": { - "topic": "OOP", + "topic": "VA", "ignore": false, - "assignee": "PS" + "assignee": "SR" }, "S2": { - "topic": "APPT", + "topic": "DSA", "ignore": false, - "assignee": "SM" + "assignee": "PP" }, "S3": { - "topic": "DSA", + "topic": "CQ", "ignore": false, - "assignee": "SR" + "assignee": "OM" }, "S4": { - "topic": "CQ", + "topic": "OOP", "ignore": false, - "assignee": "RG" + "assignee": "OM" }, "S5": { - "topic": "DBMS", + "topic": "CNS", "ignore": false, - "assignee": "SR" + "assignee": "AS" } }, "3": { "S1": { - "topic": "CNS", + "topic": "VA", "ignore": false, - "assignee": "OM" + "assignee": "RG" }, "S2": { "topic": "APPT", "ignore": false, - "assignee": "MP" + "assignee": "RG" }, "S3": { - "topic": "DSA", + "topic": "CQ", "ignore": false, - "assignee": "RG" + "assignee": "AS" }, "S4": { - "topic": "CQ", + "topic": "OOP", "ignore": false, - "assignee": "KL" + "assignee": "AS" }, "S5": { - "topic": "DBMS", + "topic": "CNS", "ignore": false, "assignee": "NM" } }, "4": { "S1": { - "topic": "CNS", + "topic": "DSA", "ignore": false, - "assignee": "PS" + "assignee": "SM" }, "S2": { "topic": "APPT", "ignore": false, - "assignee": "RG" + "assignee": "MS" }, "S3": { - "topic": "DSA", + "topic": "CQ", "ignore": false, - "assignee": "OM" + "assignee": "NM" }, "S4": { - "topic": "CQ", + "topic": "OOP", "ignore": false, - "assignee": "PP" + "assignee": "NM" }, "S5": { - "topic": "", - "assignee": "" + "topic": "CNS", + "ignore": false, + "assignee": "KL" } }, "5": { "S1": { - "topic": "CNS", + "topic": "DSA", "ignore": false, - "assignee": "PP" + "assignee": "MP" }, "S2": { - "topic": "DSA", + "topic": "APPT", "ignore": false, - "assignee": "SM" + "assignee": "SR" }, "S3": { - "topic": "VA", + "topic": "CQ", "ignore": false, - "assignee": "AS" + "assignee": "MS" }, "S4": { - "topic": "CQ", + "topic": "OOP", "ignore": false, - "assignee": "OM" + "assignee": "KL" }, "S5": { "topic": "", @@ -160,24 +161,24 @@ }, "6": { "S1": { - "topic": "SD", + "topic": "DSA", "ignore": false, - "assignee": "PS" + "assignee": "SR" }, "S2": { - "topic": "DSA", + "topic": "DBMS", "ignore": false, - "assignee": "AS" + "assignee": "OM" }, "S3": { - "topic": "VA", + "topic": "CQ", "ignore": false, - "assignee": "NM" + "assignee": "PS" }, "S4": { - "topic": "CQ", + "topic": "SD", "ignore": false, - "assignee": "AS" + "assignee": "KL" }, "S5": { "topic": "", diff --git a/functions/files/topics.json b/functions/files/topics.json index 84ec9b8..4609e05 100644 --- a/functions/files/topics.json +++ b/functions/files/topics.json @@ -1,117 +1,102 @@ [ { - "name": "Database Management System", - "code": "DBMS", + "name": "Computer Networking & Security", + "code": "CNS", "slots": 3, "coverage": [ + "PP", "PS", - "MS", - "AS", - "KL", "OM", - "RG", + "KL", "NM", - "SR", - "MP" + "AS" ], "ignore": [] }, { - "name": "Coding Questions", - "code": "CQ", - "slots": 7, + "name": "Software Development", + "code": "SD", + "slots": 3, "coverage": [ - "NM", - "AS", - "OM", - "PP", - "KL", - "RG", - "SR" + "MP", + "MS", + "KL" ], "ignore": [] }, { - "name": "Verbal Ability", - "code": "VA", - "slots": 3, + "name": "Object-Oriented Programming", + "code": "OOP", + "slots": 4, "coverage": [ - "MS", - "PP", "PS", + "MS", "KL", "NM", - "AS" + "AS", + "OM" ], "ignore": [] }, { - "name": "Data Structure and Algorithms", - "code": "DSA", + "name": "Coding Questions", + "code": "CQ", "slots": 7, "coverage": [ - "OM", - "RG", - "SR", "MP", - "KL", + "SM", + "PS", + "MS", + "NM", "AS", - "SM" + "OM" ], "ignore": [] }, { - "name": "Aptitude", - "code": "APPT", + "name": "Database Management System", + "code": "DBMS", "slots": 3, "coverage": [ + "SM", "PP", - "PS", - "KL", - "NM", - "AS", - "OM", - "RG", - "MP", - "SM" + "OM" ], "ignore": [] }, { - "name": "Software Development", - "code": "SD", + "name": "Aptitude", + "code": "APPT", "slots": 3, "coverage": [ - "RG", "SR", - "KL", - "NM", - "AS", - "OM", - "SM", - "PP", - "PS" + "MS", + "RG" ], "ignore": [] }, { - "name": "Computer Networking & Security", - "code": "CNS", - "slots": 3, + "name": "Data Structure and Algorithms", + "code": "DSA", + "slots": 7, "coverage": [ "PP", "PS", - "OM" + "RG", + "SR", + "MP", + "SM" ], "ignore": [] }, { - "name": "Object-Oriented Programming", - "code": "OOP", - "slots": 4, + "name": "Verbal Ability", + "code": "VA", + "slots": 3, "coverage": [ - "PS", - "MS" + "RG", + "SR", + "PP" ], "ignore": [] }