mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
feat(schedule): add practice lesson type
This commit is contained in:
@@ -240,6 +240,7 @@ fn guess_lesson_type(text: &str) -> Option<LessonType> {
|
||||
("экзамен", LessonType::ExamDefault),
|
||||
("курсовой проект", LessonType::CourseProject),
|
||||
("защита курсового проекта", LessonType::CourseProjectDefense),
|
||||
("практическое занятие", LessonType::Practice),
|
||||
])
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user