Skip to content
Snippets Groups Projects
Commit 06c3bbb0 authored by MonaS8's avatar MonaS8
Browse files
parents fe266f41 188b93b5
No related branches found
Tags 1.2
No related merge requests found
# Collab Space
# Collab Space Extension
This project is a fork from [KIT-PSE/collab-space-app](https://github.com/KIT-PSE/collab-space-app) that includes an extension for a Teacher Dashboard. The Teacher Dashboard provides educators with insights into how students engage in different modes during a room session. It also assigns various roles to students based on their activities.
The role assignment is determined through activity tracking, such as audio interactions, note-taking, and other participation metrics. A gamification-based point system evaluates these activities, which then influences the assignment of roles and modes.
The primary goal of this extension is to help teachers better understand how well students collaborate in group work while identifying their strengths and areas for improvement.
## Technologies
- Frontend: Web Application
- Vue.js (with Composition API and script setup)
- Pinia (for state management)
- Type Script
- SCSS (Styling)
- Socket.io (For WebSockets)
- Backend:
- NestJS
- Typescript
- Database:
- MySQL
- MikroORM (with migrations and seeding)
- Containerization: Docker
- CI/CD-Pipelines: Github Actions
- Package Manager: Node.js
## Benötigte Anwendungen
- [git](https://git-scm.com/download/win)
......@@ -89,7 +114,7 @@ Ausgangspunkt: Git, Docker & WSL2 installiert
- `cat ~/.ssh/id_ed25519.pub` - Die Ausgabe dieses Commands in die Zwischenablage kopieren
- Github Account Einstellungen öffnen -> Auf `SSH and GPG keys` klicken -> Neuen SSH key erstellen und eben kopierten Text einfügen
- In das Verzeichnis wechseln, in welches die Repository gespeichert werden soll
- `git clone --recurse-submodules git@github.com:KIT-PSE/collab-space-app.git`
- `git clone --recurse-submodules git@gitlab.kit.edu:ugrwh/collabspace.git`
- `cd collab-space-app`
- `./init.sh`
- `docker compose up`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment