File "changelog.txt"

Full Path: /home/trinadezambia/public_html/student_panel/public/changelog.txt
File size: 509 bytes
MIME-type: text/plain
Charset: utf-8

# Changelog

- Implemented automatic logout and session redirect for 401 unauthenticated API responses.
  - src/lib/api/student/axiosConfig.ts

- Added session year filtering functionality to student exam results and online exams.
  - .env.local
  - src/app/(dashboard)/student/result/online-exam/[examId]/client.tsx
  - src/app/(dashboard)/student/result/online-exam/detail/client.tsx
  - src/app/(dashboard)/student/result/page.tsx
  - src/lib/api/student/functions.ts
  - src/lib/api/student/queryHooks.ts