• Stefy Lanza (nextime / spora )'s avatar
    feat: Add comprehensive match status system · c924ad24
    Stefy Lanza (nextime / spora ) authored
    - Add status column to matches table with 8 enum values (pending, scheduled, bet, ingame, cancelled, failed, paused, done)
    - Create Migration_006_AddStatusColumn for database schema updates
    - Update Match model to include status field with proper enum validation
    - Enhance match detail template to display status information
    - Improve configuration auto-migration system for persistent directories
    - Update README and CHANGELOG with version 1.2.3 documentation
    - Maintain backward compatibility with existing matches
    c924ad24
Name
Last commit
Last update
.kilocode Loading commit data...
app Loading commit data...
database Loading commit data...
distribution Loading commit data...
hooks Loading commit data...
.env.example Loading commit data...
.gitignore Loading commit data...
BUILD.md Loading commit data...
CHANGELOG.md Loading commit data...
GLIBC_COMPATIBILITY.md Loading commit data...
README.md Loading commit data...
backfill_fixture_times.py Loading commit data...
build.py Loading commit data...
config.py Loading commit data...
fixture_daemon.py Loading commit data...
install.sh Loading commit data...
requirements-build.txt Loading commit data...
requirements.txt Loading commit data...
run_migration.py Loading commit data...
test_upload.py Loading commit data...