diff --git a/functions/files/configs.json b/functions/files/configs.json index 3c700c5..45b6e92 100644 --- a/functions/files/configs.json +++ b/functions/files/configs.json @@ -1,6 +1,6 @@ { - "start": 1717871400, - "end": 1718476199, + "start": 1718476200, + "end": 1719080999, "days": [ { "code": "0", diff --git a/functions/files/timetable.json b/functions/files/timetable.json index b6dede4..cdfbf4a 100644 --- a/functions/files/timetable.json +++ b/functions/files/timetable.json @@ -7,178 +7,179 @@ "S2": { "topic": "DSA", "ignore": false, - "assignee": "SM" + "assignee": "MS" }, "S3": { - "topic": "CNS", + "topic": "OOP", "ignore": false, - "assignee": "PS" + "assignee": "PP" }, "S4": { - "topic": "CQ", + "topic": "SD", "ignore": false, "assignee": "AS" }, "S5": { - "topic": "DBMS", + "topic": "CQ", "ignore": false, - "assignee": "KL" + "assignee": "AS" } }, "1": { "S1": { - "topic": "SD", + "topic": "VA", "ignore": false, - "assignee": "PS" + "assignee": "SR" }, "S2": { "topic": "DSA", "ignore": false, - "assignee": "SR" + "assignee": "PS" }, "S3": { - "topic": "CNS", + "topic": "OOP", "ignore": false, - "assignee": "MP" + "assignee": "SM" }, "S4": { - "topic": "CQ", + "topic": "SD", "ignore": false, "assignee": "NM" }, "S5": { - "topic": "OOP", + "topic": "CQ", "ignore": false, - "assignee": "KL" + "assignee": "NM" } }, "2": { "S1": { - "topic": "SD", + "topic": "VA", "ignore": false, - "assignee": "PP" + "assignee": "PS" }, "S2": { "topic": "DSA", "ignore": false, - "assignee": "RG" + "assignee": "SM" }, "S3": { - "topic": "CQ", + "topic": "OOP", "ignore": false, - "assignee": "SM" + "assignee": "RG" }, "S4": { - "topic": "VA", + "topic": "SD", "ignore": false, - "assignee": "AS" + "assignee": "KL" }, "S5": { - "topic": "OOP", + "topic": "CQ", "ignore": false, "assignee": "MS" } }, "3": { "S1": { - "topic": "SD", + "topic": "VA", "ignore": false, - "assignee": "SM" + "assignee": "MP" }, "S2": { - "topic": "APPT", + "topic": "DSA", "ignore": false, - "assignee": "RG" + "assignee": "SR" }, "S3": { - "topic": "CQ", + "topic": "OOP", "ignore": false, - "assignee": "MP" + "assignee": "OM" }, "S4": { - "topic": "VA", + "topic": "DBMS", "ignore": false, - "assignee": "NM" + "assignee": "KL" }, "S5": { - "topic": "OOP", + "topic": "CQ", "ignore": false, - "assignee": "MP" + "assignee": "PS" } }, "4": { "S1": { - "topic": "DSA", + "topic": "APPT", "ignore": false, - "assignee": "MS" + "assignee": "SM" }, "S2": { - "topic": "APPT", + "topic": "DSA", "ignore": false, - "assignee": "OM" + "assignee": "RG" }, "S3": { - "topic": "CQ", + "topic": "CNS", "ignore": false, - "assignee": "SR" + "assignee": "RG" }, "S4": { - "topic": "VA", + "topic": "DBMS", "ignore": false, - "assignee": "KL" + "assignee": "MS" }, "S5": { - "topic": "OOP", + "topic": "CQ", "ignore": false, - "assignee": "SR" + "assignee": "PP" } }, "5": { "S1": { - "topic": "DSA", + "topic": "APPT", "ignore": false, - "assignee": "PS" + "assignee": "MP" }, "S2": { - "topic": "APPT", + "topic": "DSA", "ignore": false, - "assignee": "PP" + "assignee": "MP" }, "S3": { - "topic": "CQ", + "topic": "CNS", "ignore": false, - "assignee": "RG" + "assignee": "AS" }, "S4": { "topic": "DBMS", "ignore": false, - "assignee": "AS" + "assignee": "PP" }, "S5": { - "topic": "", - "assignee": "" + "topic": "CQ", + "ignore": false, + "assignee": "KL" } }, "6": { "S1": { - "topic": "DSA", + "topic": "APPT", "ignore": false, - "assignee": "PP" + "assignee": "SR" }, "S2": { - "topic": "CNS", + "topic": "DSA", "ignore": false, "assignee": "OM" }, "S3": { - "topic": "CQ", + "topic": "CNS", "ignore": false, - "assignee": "OM" + "assignee": "NM" }, "S4": { - "topic": "DBMS", + "topic": "CQ", "ignore": false, - "assignee": "NM" + "assignee": "OM" }, "S5": { "topic": "", diff --git a/functions/files/topics.json b/functions/files/topics.json index 99dc021..1f7eba8 100644 --- a/functions/files/topics.json +++ b/functions/files/topics.json @@ -1,13 +1,16 @@ [ { - "name": "Object-Oriented Programming", - "code": "OOP", - "slots": 4, + "name": "Coding Questions", + "code": "CQ", + "slots": 7, "coverage": [ - "SR", - "MP", + "KL", + "PP", + "PS", "MS", - "KL" + "NM", + "AS", + "OM" ], "ignore": [] }, @@ -16,47 +19,26 @@ "code": "DBMS", "slots": 3, "coverage": [ - "MP", - "PS", - "OM", - "RG", - "SR", - "SM", - "KL", - "NM", - "AS" + "PP", + "MS", + "KL" ], "ignore": [] }, { - "name": "Verbal Ability", - "code": "VA", + "name": "Software Development", + "code": "SD", "slots": 3, "coverage": [ - "MS", - "OM", - "SR", + "SM", + "PP", + "PS", "KL", "NM", "AS" ], "ignore": [] }, - { - "name": "Coding Questions", - "code": "CQ", - "slots": 7, - "coverage": [ - "NM", - "AS", - "OM", - "RG", - "SR", - "MP", - "SM" - ], - "ignore": [] - }, { "name": "Computer Networking & Security", "code": "CNS", @@ -64,18 +46,26 @@ "coverage": [ "MP", "PS", - "OM" + "OM", + "NM", + "AS", + "RG" ], "ignore": [] }, { - "name": "Aptitude", - "code": "APPT", - "slots": 3, + "name": "Object-Oriented Programming", + "code": "OOP", + "slots": 4, "coverage": [ - "PP", + "SR", + "MP", + "MS", + "KL", "OM", - "RG" + "RG", + "SM", + "PP" ], "ignore": [] }, @@ -84,23 +74,38 @@ "code": "DSA", "slots": 7, "coverage": [ + "OM", + "MP", "RG", "SR", "SM", - "PP", "PS", "MS" ], "ignore": [] }, { - "name": "Software Development", - "code": "SD", + "name": "Aptitude", + "code": "APPT", "slots": 3, "coverage": [ - "SM", "PP", - "PS" + "OM", + "RG", + "SR", + "MP", + "SM" + ], + "ignore": [] + }, + { + "name": "Verbal Ability", + "code": "VA", + "slots": 3, + "coverage": [ + "MP", + "PS", + "SR" ], "ignore": [] }