Conversation
Fresher slot selection rectified along with data addition
BDE F, BEC S, MIC F
There was a problem hiding this comment.
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 infaculty.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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.