KonstantinKlepikov / cold-war-boardgame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

migrate to pydantic bgameb

KonstantinKlepikov opened this issue · comments

  • update bgameb and add pydantic
  • remove dataclasses-json
  • add pydantic mypy (?)
  • new bd model
  • rename attrs
  • import data to clear bd
  • new scheme, aliases
  • fill cards data in scheme
  • import data to current scheme
    • test model and schemas #133
  • api scheme
  • move game logic to scheme (game processor)
  • export data from scheme to model
  • remove model_game, model_cards
  • api changes
  • add start the game into api #173
  • test all
  • front changes

added 3 days limit for current data in db #90