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 Copilot June 25, 2026 20:24
@karannfr
karannfr merged commit 2c12b4c into prod Jun 25, 2026
1 check passed

Copilot AI 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
File Description
src/data/SENSE/SE_BEC.ts Adds BEC course slot/venue/faculty mappings for SENSE.
src/data/SENSE/index.ts Wires the new BEC dataset into SENSE_LIST.
src/data/SCORE_F/UCC_BYB.ts Adds BYB-specific UCC dataset (currently not wired into SCORE_F).
src/data/SCORE_F/UCC_BDE.ts Adds BDE-specific UCC dataset (currently not wired into SCORE_F).
src/data/SCORE_F/PCC_BYB.ts Adds BYB-specific PCC dataset (currently not wired into SCORE_F).
src/data/SCOPE/SE_IOT.ts Replaces an empty IoT specialization dataset with populated entries.
src/data/SCHEME/OpenElective.ts Populates SCHEME open elective mappings.
src/data/SCHEME/FoundationCore.ts Populates SCHEME foundation core mappings.
src/data/SCHEME/DisciplineCore.ts Populates SCHEME discipline core mappings.
src/data/SBST/OpenElective.ts Populates SBST open elective mappings.
src/data/SBST/FoundationCore.ts Populates SBST foundation core mappings.
src/data/SBST/DisciplineLinked.ts Populates SBST discipline linked mappings.
src/data/SBST/DisciplineElective.ts Keeps SBST discipline elective empty (but introduces awkward formatting).
src/data/SBST/DisciplineCore.ts Populates SBST discipline core mappings.
src/data/MTech_SCOPE_F/UE_MIC.ts Removes legacy MIC university elective dataset.
src/data/MTech_SCOPE_F/UC_MIC.ts Removes legacy MIC university core dataset.
src/data/MTech_SCOPE_F/PC_MIC.ts Removes legacy MIC programme core dataset.
src/data/MTech_SCOPE_F/UCC_MIC.ts Adds new MIC university core dataset under updated naming.
src/data/MTech_SCOPE_F/OEC_MIC.ts Adds MIC open elective dataset.
src/data/MTech_SCOPE_F/PFEC_MIC.ts Renames export to PFEC_MIC to match file/category naming.
src/data/MTech_SCOPE_F/PFCC_MIC.ts Adds MIC programme foundation core dataset.
src/data/MTech_SCOPE_F/index.ts Rewires MIC categories to PFCC/PFEC/UCC/OEC naming.
src/data/faculty.ts Updates 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants