DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 6aef1e4c3df7b09fe0f40fa6e8498fc9249d7eea deck-builder/api/models/game.go -rw-r--r-- 1.2 KiB
rework: rename sdbapi to api, redo data structure
fix(sdbapi): fix ctrl c & v mistake
feat(sdbapi): GameData and Action tables
feat!(sdbapi): restructure, expand user details
fix(sdbapi): name fields correctly in JSON
feat(sdbapi): add GAMESTATE_CANCELLED
WIP(sdbapi): game creation API
feat(sdbapi): replace gorm.Model with own fields
feat(sdbapi): init game management apis