• Stefy Lanza (nextime / spora )'s avatar
    refactor: Consolidate message types - rename START_GAMES to SCHEDULE_GAMES · 74557512
    Stefy Lanza (nextime / spora ) authored
    - Rename START_GAMES message type to SCHEDULE_GAMES for clarity
    - Add schedule_games() method to MessageBuilder class
    - Update all references in games_thread.py, match_timer.py, routes.py, and tests
    - Improve message naming consistency:
      * START_GAME: Actually starts games/timers
      * SCHEDULE_GAMES: Changes status to scheduled (doesn't start timer)
    - All message types now follow consistent naming convention
    - Fixes potential confusion between starting and scheduling actions
    74557512
Name
Last commit
Last update
..
static Loading commit data...
templates Loading commit data...
__init__.py Loading commit data...
api.py Loading commit data...
app.py Loading commit data...
auth.py Loading commit data...
routes.py Loading commit data...
screen_cast_routes.py Loading commit data...