1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Updated first week of the first 2022 semester start date for anonymous timetable export

This commit is contained in:
2022-08-22 14:43:25 +03:00
committed by GitHub
parent 89b187f2fe
commit 2723157d5a
6 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ namespace GUTSchedule
}
else if (exportParameters is DefaultExportParameters args)
{
DateTime startDate = new DateTime(2021, 8, 30);
DateTime startDate = new DateTime(2022, 8, 29);
IHtmlDocument[] rawSchedule = await GetRawSchedule(args.FacultyId, args.Course, args.GroupId);
if(rawSchedule[0] != null)
schedule.AddRange(ParseRegularSchedule(startDate, rawSchedule[0]));
@@ -1 +1,5 @@
- Security patch (CWE-755)
- Updated first week of the first semester start date for anonymous timetable export
Since anonymous schedule on SPbSUT website is based on week numbers, it is crucial to manually set the date of first week's monday to get correct dates for the timetable
You can sign in with your SPbSUT profile to have access to correct timetable anytime
@@ -1 +1,5 @@
- Исправление безопасности (CWE-755)
- Обновлена дата начала первой недели семестра для анонимного экспорта расписания
Так как анонимное расписание на сайте СПбГУТ представлено по номерам недели, перед началом каждого семестра необходимо вручную обновлять дату понедельника первой недели для корректного указания даты в расписании
Чтобы всегда иметь возможность узнать правильное расписание, пользуйтесь авторизацией через Личный кабинет
+2 -2
View File
@@ -1,2 +1,2 @@
## Android
- Bump Newtonsoft.Json from 12.0.3 to 13.0.1 (Security patch for CWE-755)
## Core
- Updated first week of the first semester start date for anonymous timetable export
@@ -1 +1,5 @@
- Fixed semester determination for anonymous schedule
- Updated first week of the first semester start date for anonymous timetable export
Since anonymous schedule on SPbSUT website is based on week numbers, it is crucial to manually set the date of first week's monday to get correct dates for the timetable
You can sign in with your SPbSUT profile to have access to correct timetable anytime
@@ -1 +1,3 @@
- Исправлено определение текущего семестра для анонимного расписания
- Обновлена дата начала первой недели семестра для анонимного экспорта расписания
Так как анонимное расписание на сайте СПбГУТ представлено по номерам недели, перед началом каждого семестра необходимо вручную обновлять дату понедельника первой недели для корректного указания даты в расписании