Skip to content

Updates - #236

Merged
karannfr merged 7 commits into
prodfrom
updates
Jun 25, 2026
Merged

Updates#236
karannfr merged 7 commits into
prodfrom
updates

Conversation

@atharvaSharma17

Copy link
Copy Markdown
Collaborator

No description provided.

@karannfr
karannfr requested a review from CopilotJune 25, 2026 20:24
@karannfr
karannfr merged commit 2c12b4c into prodJun 25, 2026
1 check passed

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s course-to-(slot/venue/faculty) data sets across multiple schools/programs, adds a new SENSE elective bucket (BEC), refreshes several previously-empty scheme/school maps, and renames the “Fresher” faculty selector labels to “’25 Batch”.

Changes:

  • Added SENSE BEC elective data and exposed it via SENSE_LIST.
  • Populated previously-empty datasets for SCOPE (IoT), SCHEME, and SBST.
  • Refactored/renamed MTech MIC category wiring (within MTech_SCOPE_F) and updated displayed school labels in faculty.ts.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 5 comments.

Show a summary per file
FileDescription
src/data/SENSE/SE_BEC.tsAdds BEC course slot/venue/faculty mappings for SENSE.
src/data/SENSE/index.tsWires the new BEC dataset into SENSE_LIST.
src/data/SCORE_F/UCC_BYB.tsAdds BYB-specific UCC dataset (currently not wired into SCORE_F).
src/data/SCORE_F/UCC_BDE.tsAdds BDE-specific UCC dataset (currently not wired into SCORE_F).
src/data/SCORE_F/PCC_BYB.tsAdds BYB-specific PCC dataset (currently not wired into SCORE_F).
src/data/SCOPE/SE_IOT.tsReplaces an empty IoT specialization dataset with populated entries.
src/data/SCHEME/OpenElective.tsPopulates SCHEME open elective mappings.
src/data/SCHEME/FoundationCore.tsPopulates SCHEME foundation core mappings.
src/data/SCHEME/DisciplineCore.tsPopulates SCHEME discipline core mappings.
src/data/SBST/OpenElective.tsPopulates SBST open elective mappings.
src/data/SBST/FoundationCore.tsPopulates SBST foundation core mappings.
src/data/SBST/DisciplineLinked.tsPopulates SBST discipline linked mappings.
src/data/SBST/DisciplineElective.tsKeeps SBST discipline elective empty (but introduces awkward formatting).
src/data/SBST/DisciplineCore.tsPopulates SBST discipline core mappings.
src/data/MTech_SCOPE_F/UE_MIC.tsRemoves legacy MIC university elective dataset.
src/data/MTech_SCOPE_F/UC_MIC.tsRemoves legacy MIC university core dataset.
src/data/MTech_SCOPE_F/PC_MIC.tsRemoves legacy MIC programme core dataset.
src/data/MTech_SCOPE_F/UCC_MIC.tsAdds new MIC university core dataset under updated naming.
src/data/MTech_SCOPE_F/OEC_MIC.tsAdds MIC open elective dataset.
src/data/MTech_SCOPE_F/PFEC_MIC.tsRenames export to PFEC_MIC to match file/category naming.
src/data/MTech_SCOPE_F/PFCC_MIC.tsAdds MIC programme foundation core dataset.
src/data/MTech_SCOPE_F/index.tsRewires MIC categories to PFCC/PFEC/UCC/OEC naming.
src/data/faculty.tsUpdates displayed school keys from “Fresher” to “’25 Batch”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1,39 @@
export const PCC_BYB= {
Comment on lines +1 to +3
export const PCC_BYB= {
'BACSE201 - Models of Computation': [
{ slot: 'A1+TA1+TAA1', venue: 'SJT126', faculty: 'DHARMENDRA SINGH RAJPUT' },
Comment on lines +1 to +4
export const UCC_BYB = {
'BAARB101 - Arabic Level I': [
{ slot: 'TCC1', venue: 'PRP230', faculty: 'MOHD SAQIB' },
{ slot: 'L43+L44', venue: 'PRP555', faculty: 'MOHD SAQIB' },
Comment on lines +1 to +4
export const UCC_BDE = {
'BAARB101 - Arabic Level I': [
{ slot: 'TCC1', venue: 'PRP230', faculty: 'MOHD SAQIB' },
{ slot: 'L43+L44', venue: 'PRP555', faculty: 'MOHD SAQIB' },
Comment on lines +1 to +2
export const disciplineElective = {
}; No newline at end of file
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@atharvaSharma17@karannfr@aarushi-patidar@Skywalker-organa