ASPP / pelita

Actor-based Toolkit for Interactive Language Education in Python
https://github.com/ASPP/pelita_template
Other
63 stars 68 forks source link

Collect stdout/stderr + match replays in CI (in different tables) #838

Open Debilski opened 2 weeks ago

Debilski commented 2 weeks ago

The idea would be that these tables could be pruned when the database becomes too large.

A frontend could be designed to replay these games on demand.

Debilski commented 2 weeks ago

Just realised that we only support sqlite. There goes my idea of having a pure read-only viewer that is decoupled from the CI process.