• Joined on 2026-03-31
Jannis opened issue Jannis/gitea-projekt-dashboard#11 2026-04-28 09:55:27 +00:00
Issue direkt aus dem Dashboard erstellen
Jannis opened issue Jannis/gitea-projekt-dashboard#10 2026-04-28 09:55:27 +00:00
Milestones-Fortschritt pro Repo anzeigen
Jannis opened issue Jannis/gitea-projekt-dashboard#9 2026-04-28 09:55:27 +00:00
Issues der getrackten Repos im Dashboard anzeigen
Jannis opened issue Jannis/gitea-projekt-dashboard#8 2026-04-28 09:55:27 +00:00
Webhook in Gitea konfigurieren
Jannis opened issue Jannis/gitea-projekt-dashboard#13 2026-04-28 09:55:27 +00:00
Gitea OAuth2 App registrieren und .env dokumentieren
Jannis opened issue Jannis/gitea-projekt-dashboard#5 2026-04-28 09:55:26 +00:00
SvelteKit Projektstruktur aufsetzen
Jannis opened issue Jannis/gitea-projekt-dashboard#7 2026-04-28 09:55:26 +00:00
POST /api/webhook Endpoint implementieren
Jannis opened issue Jannis/gitea-projekt-dashboard#6 2026-04-28 09:55:26 +00:00
Projektkarte (RepoCard) Komponente bauen
Jannis opened issue Jannis/gitea-projekt-dashboard#4 2026-04-28 09:55:26 +00:00
GET /api/projects Endpoint implementieren
Jannis opened issue Jannis/gitea-projekt-dashboard#3 2026-04-28 09:55:26 +00:00
PostgreSQL-Schema anlegen und Migrationen einrichten
Jannis opened issue Jannis/gitea-projekt-dashboard#2 2026-04-28 09:55:25 +00:00
Polling-Goroutine: alle 5 Minuten Repos mit Tag dashboard abrufen
Jannis opened issue Jannis/gitea-projekt-dashboard#1 2026-04-28 09:55:25 +00:00
Gitea API-Client in Go implementieren
Jannis pushed to main at Jannis/gitea-projekt-dashboard 2026-04-28 09:51:32 +00:00
5ff9fe20df docs: Gitea OAuth2 Auth-Sektion und Tech-Stack-Eintrag hinzugefügt
Jannis pushed to main at Jannis/gitea-projekt-dashboard 2026-04-28 09:43:02 +00:00
5b84cf7d9b refactor: Backend auf Go + net/http + pgx umgestellt, kein Framework
Jannis created branch claude-dev in Berufsschule/tictactoe 2026-04-24 11:11:59 +00:00
Jannis pushed to claude-dev at Berufsschule/tictactoe 2026-04-24 11:11:59 +00:00
ef4f2d2cbf Refactor win-check to O(1) counter-based approach, scalable to any NxN
Jannis commented on issue Berufsschule/tictactoe#1 2026-04-24 07:37:34 +00:00
check if the game is over

Implemented check

Jannis closed issue Berufsschule/tictactoe#1 2026-04-24 07:37:34 +00:00
check if the game is over
Jannis pushed to master at Berufsschule/tictactoe 2026-04-23 10:51:43 +00:00
c057c9f3c1 Merge branch 'master' of ssh://gitea.starfour.de:2222/Berufsschule/tictactoe
cfbf7e9974 switched from strings to chars
Compare 2 commits »
Jannis pushed to master at Berufsschule/tictactoe 2026-04-23 10:26:32 +00:00
6442bf6b6d Update README.md