Commit Graph

5 Commits

Author SHA1 Message Date
LQ63 a6ff529f95 feat: NCS-37 move-making, legal moves, undo/redo endpoints 2026-04-13 15:58:01 +02:00
LQ63 d40a64a160 fix: use PgnExporter for SAN pgn field, fix status priority in GameMapper 2026-04-13 15:49:36 +02:00
LQ63 24ae9893ef feat: NCS-37 game lifecycle endpoints (createGame, getGame)
Add domain model (GameResult, GameSession, GameId, GameStore, GameMapper),
DTOs, JacksonConfig, and GameResource REST endpoints with QuarkusTest coverage.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 15:44:05 +02:00
LQ63 e3c1e9b76d fix: use version catalog keys for jackson-scala and junit-bom in backcore 2026-04-13 15:37:47 +02:00
LQ63 15904d4545 feat: NCS-37 add backcore Quarkus module skeleton
Introduces the backcore Quarkus REST module with build configuration,
application.yml, and a smoke test confirming Quarkus boots successfully.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 15:36:14 +02:00