mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 10:12:47 +00:00
refactor: add exercise category
This commit is contained in:
@@ -92,6 +92,7 @@ export type SCAcademicEventCategories =
|
||||
| 'course'
|
||||
| 'practicum introduction'
|
||||
| 'excursion'
|
||||
| 'exercise'
|
||||
| 'special';
|
||||
|
||||
/**
|
||||
@@ -152,6 +153,7 @@ export class SCAcademicEventMeta
|
||||
'colloquium': 'Kolloquium',
|
||||
'course': 'Kurs',
|
||||
'excursion': 'Exkursion',
|
||||
'exercise': 'Übung',
|
||||
'integrated course': '',
|
||||
'introductory class': 'Einführungsveranstaltung',
|
||||
'lecture': 'Vorlesung',
|
||||
|
||||
Reference in New Issue
Block a user