Skip to content

Commit d00f97d

Browse files
committed
EIE fresher updated
1 parent 2a340e0 commit d00f97d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/data/SELECT_F/PCC.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ export const PCC = {
2828
{ slot: 'C1+TC1+TCC1', venue: 'TT415', faculty: 'INDRAGANDHI V' },
2929
{ slot: 'C2+TC2+TCC2', venue: 'TT414', faculty: 'ANUSUYA BHATACHARYYA' },
3030
],
31+
'BAEIE101 - Signals and Systems': [
32+
{ slot: 'C1+TC1+TCC1', venue: 'TT434A', faculty: 'AMUTHA PRABHA N' },
33+
],
3134
};

src/lib/course_codes_map.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const course_type_map: Record<string, string> = {
7676
BAEEE103: 'E',
7777
BAEEE201: 'E',
7878
BAEEE204: 'L',
79+
BAEIE101: 'L',
7980

8081
BAECE102: 'E',
8182
BAECE103: 'L',

0 commit comments

Comments
 (0)