• Joined on 2025-02-09
mixel deleted branch fix-tests-race-condition from Turbo/peer-group-grading 2025-05-18 22:39:22 +02:00
mixel pushed to main at Turbo/peer-group-grading 2025-05-18 22:39:20 +02:00
b7986e6902 Merge pull request 'fix-tests-race-condition' (#71) from fix-tests-race-condition into main
50a7400584 feat: add TODOs to missing endpoints
c3f7ba42b5 feat: add serial_test dependency and update tests for serial execution
fb16227325 Fix some inconsistencies with tests
Compare 4 commits »
mixel merged pull request Turbo/peer-group-grading#71 2025-05-18 22:39:18 +02:00
fix-tests-race-condition
mixel created pull request Turbo/peer-group-grading#71 2025-05-18 22:39:04 +02:00
fix-tests-race-condition
mixel pushed to fix-tests-race-condition at Turbo/peer-group-grading 2025-05-18 22:38:25 +02:00
50a7400584 feat: add TODOs to missing endpoints
c3f7ba42b5 feat: add serial_test dependency and update tests for serial execution
fb16227325 Fix some inconsistencies with tests
Compare 3 commits »
mixel created branch fix-tests-race-condition in Turbo/peer-group-grading 2025-05-18 22:38:24 +02:00
mixel pushed to main at mixel/docker-vm-compose 2025-04-12 00:17:37 +02:00
87ddf9de21 change caddy docker image
1987fac85d redir to ci.missing.ninja
Compare 2 commits »
mixel pushed to main at Turbo/peer-group-grading 2025-04-09 23:50:29 +02:00
8335f53fe5 Merge pull request 'frontend/teacher-View-erstellen' (#69) from frontend/teacher-View-erstellen into main
4c969a1957 updated views
3e199b1160 Merge branch 'frontend/teacher-View-erstellen' of https://git.mixel.cloud/Turbo/peer-group-grading into frontend/teacher-View-erstellen
963586fbd9 Teacherview anglegt
3381b8c43b Teacherview anglegt
Compare 5 commits »
mixel merged pull request Turbo/peer-group-grading#69 2025-04-09 23:50:27 +02:00
frontend/teacher-View-erstellen
mixel deleted branch session-enhancement from Turbo/peer-group-grading 2025-04-09 23:48:41 +02:00
mixel deleted branch add-redis-tests from Turbo/peer-group-grading 2025-04-09 23:48:37 +02:00
mixel pushed to main at Turbo/peer-group-grading 2025-04-09 23:48:24 +02:00
9346f3a39b Merge pull request 'test: add tests for Redis connection string with defaults and custom port' (#68) from add-redis-tests into main
636f04ab74 test: add tests for Redis connection string with defaults and custom port
Compare 2 commits »
mixel merged pull request Turbo/peer-group-grading#68 2025-04-09 23:48:22 +02:00
test: add tests for Redis connection string with defaults and custom port
mixel created pull request Turbo/peer-group-grading#68 2025-04-09 23:48:17 +02:00
test: add tests for Redis connection string with defaults and custom port
mixel pushed to add-redis-tests at Turbo/peer-group-grading 2025-04-09 23:47:55 +02:00
636f04ab74 test: add tests for Redis connection string with defaults and custom port
mixel created branch add-redis-tests in Turbo/peer-group-grading 2025-04-09 23:47:54 +02:00
mixel commented on issue Turbo/peer-group-grading#32 2025-04-09 22:40:46 +02:00
Implementation of REST API

Until now CRUD is implemented for the following things:

  • projects
  • users (partially: no deletion, changing)
  • login/verification
mixel commented on issue Turbo/peer-group-grading#31 2025-04-09 22:39:40 +02:00
Creation of Storage Database

Data is automatically persisted inside of the PostgreSQL database. Some endpoint are still missing, and the database ERM is not final yet.

mixel commented on issue Turbo/peer-group-grading#28 2025-04-09 22:37:15 +02:00
Login Page Implementation

endpoints:

  • user verification is done.
  • user sessions is done.
  • user logout is done.