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

@@ -18,6 +18,7 @@
"@vueuse/core": "^13.0.0",
"country-flag-emoji-polyfill": "^0.1.8",
"pinia": "^3.0.1",
"pocketbase": "^0.26.3",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^3.53.1",
@@ -5593,6 +5594,12 @@
"@vue/devtools-kit": "^7.7.2"
}
},
"node_modules/pocketbase": {
"version": "0.26.3",
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.26.3.tgz",
"integrity": "sha512-5deUKRoEczpxxuHzwr6/DHVmgbggxylEVig8CKN+MjvtYxPUqX/C6puU0yaR2yhTi8zrh7J9s7Ty+qBGwVzWOQ==",
"license": "MIT"
},
"node_modules/postcss": {
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",