feat: Add new data-manager service for professor and module management and a new frontend application with i18n and a professor dashboard.

This commit is contained in:
Elmar Kresse
2025-11-22 20:20:00 +01:00
parent 48926233d5
commit 34ad90d50d
19 changed files with 769 additions and 68 deletions

View File

@@ -273,6 +273,18 @@
"notFound": "Not finding what you're looking for?",
"contact": "Get in touch"
},
"professor": {
"dashboard": "Dashboard",
"intro": "Welcome to the HTWKalender Professor, in the first step you select your modules. The recommended modules are automatically selected. Additional modules can be selected manually.",
"nextStep": "Next",
"name": "name",
"professor": "professor",
"course": "course",
"semester": "semester",
"match": "match",
"searchByName": "filter by name",
"searchByProfessor": "filter by professor"
},
"footer": {
"commitInfo": {
"tooltip": "application version",
@@ -280,9 +292,9 @@
"description": "Shows the commit id of the deployed frontend version of the HTWKalender. For debuggers and developers.",
"hash": "commit hash",
"component": "component",
"components":{
"components": {
"frontend": "frontend"
}
}
}
}
}