Closed JakubLinhart closed 6 years ago
@pygmy83 why serialize all game events to one string? What information is important for the game event? Event kind and time since last event?
@JakubLinhart GAME SEQUENCE: I did not realize the sequence of turns is already in Event table. Add there which card is played in a single additional column into Events log, e.g. "R1C4" to each event. This will allow to reconstruct the game plan for more detail analyses of player behaviour.
@JakubLinhart UNFINISHED GAMES: it can be just number of turns or time to the last turned card
match
/finish
game event duplication - only finish
event recordedDuration
and MovesCount
columnsRow
and Column
are zero based
Similar to /api/games table but:
Maybe merge it to /api/games table.