Skip to content

Commit d899805

Browse files
committed
test: update exam schedule URL and exam type constants for testing
1 parent 59f73f6 commit d899805

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

backend/app/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ class Settings(BaseSettings):
2626
# ║ Go to halic.edu.tr → announcements → find the new .xlsx link ║
2727
# ╚══════════════════════════════════════════════════════════════════╝
2828
exam_schedule_url: str = (
29-
"https://halic.edu.tr/wp-content/uploads/duyurular/2025/12/24/"
30-
"2025-2026-guz-final-tum-liste.xlsx"
29+
"https://halic.edu.tr/wp-content/uploads/duyurular/2025/11/03/2025-2026-guz-vize-tum-liste.xlsx"
3130
)
3231

3332
# ── CORS ──────────────────────────────────────────────────────────────

frontend/src/config/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const SEMESTER_EN = "Fall";
1515
* TR options: "Vize" | "Final" | "Bütünleme"
1616
* EN options: "Midterm" | "Final" | "Makeup"
1717
*/
18-
export const EXAM_TYPE_TR = "Final";
19-
export const EXAM_TYPE_EN = "Final";
18+
export const EXAM_TYPE_TR = "Vize";
19+
export const EXAM_TYPE_EN = "Midterm";
2020

2121
/** University name */
2222
export const UNIVERSITY_NAME_TR = "Haliç Üniversitesi";

0 commit comments

Comments
 (0)