Skip to content

Commit 576fa71

Browse files
Test
1 parent 922fa12 commit 576fa71

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const PADDING = "0.5rem";
2121

2222
export const APP_CONFIG: Config = {
2323
academicYear: "2025/2026",
24-
currentTerm: "term-1",
24+
currentTerm: "term-2",
2525
banners: [
2626
{
2727
id: "welcome",
@@ -32,6 +32,6 @@ export const APP_CONFIG: Config = {
3232
message: "Don't forget to plan your timetable for the upcoming term!",
3333
},
3434
],
35-
termStartMonday: "2025-08-18",
36-
termEndSunday: "2025-11-30",
35+
termStartMonday: "2026-01-12",
36+
termEndSunday: "2026-05-03",
3737
};

src/types/primitives/basket.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const basketCodes = [
3030
"ARTS",
3131
"ACCT",
3232
"ACM",
33+
"ANLY",
3334
"COMM",
3435
"COR",
3536
"COR-ACM",
@@ -44,6 +45,7 @@ export const basketCodes = [
4445
"COR-MGMT",
4546
"COR-MLAY",
4647
"COR-OBHR",
48+
"COR-PHIL",
4749
"COR-POSC",
4850
"COR-PPPM",
4951
"COR-PSYC",
@@ -56,6 +58,7 @@ export const basketCodes = [
5658
"DSA",
5759
"ECON",
5860
"FNCE",
61+
"GA",
5962
"IDIS",
6063
"INTS",
6164
"IS",
@@ -65,8 +68,8 @@ export const basketCodes = [
6568
"MKTG",
6669
"OBHR",
6770
"OPIM",
68-
"POSC",
6971
"PLE",
72+
"POSC",
7073
"PPPM",
7174
"PSYC",
7275
"QF",

0 commit comments

Comments
 (0)