- 03 Dec, 2025 4 commits
-
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
- 01 Dec, 2025 1 commit
-
-
Stefy Lanza (nextime / spora ) authored
-
- 25 Nov, 2025 13 commits
-
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
- 24 Nov, 2025 4 commits
-
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
- 22 Nov, 2025 2 commits
-
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
completed
-
- 21 Nov, 2025 3 commits
-
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
- 20 Nov, 2025 1 commit
-
-
Stefy Lanza (nextime / spora ) authored
-
- 19 Nov, 2025 6 commits
-
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
- 17 Nov, 2025 1 commit
-
-
Stefy Lanza (nextime / spora ) authored
-
- 13 Nov, 2025 1 commit
-
-
Stefy Lanza (nextime / spora ) authored
-
- 10 Nov, 2025 1 commit
-
-
Stefy Lanza (nextime / spora ) authored
- Modified _monitor_game_state to create new matches from old completed ones instead of stopping when fixture completes - Enhanced _initialize_new_fixture to create fixtures from old matches when no new fixtures available - Added helper methods for match selection and recycling: * _select_random_completed_matches(): Selects random completed matches * _create_matches_from_old_matches(): Creates new matches in existing fixture * _create_new_fixture_from_old_matches(): Creates new fixture from recycled matches - Added comprehensive documentation explaining game flow and human intervention points - Game now runs continuously until machine restart, recycling completed matches to maintain betting opportunities
-
- 01 Oct, 2025 3 commits
-
-
Stefy Lanza (nextime / spora ) authored
- Create GAME_FLOW_DIAGRAM.md with detailed visual representations of: * Complete match lifecycle state machine (scheduled → bet → ingame → completed) * Component interaction diagrams showing system architecture * Betting system flow from customer request to receipt generation * Timer and automation sequences with priority logic * Extraction process flow with redistribution cap logic * Error handling and recovery scenarios * Performance and scalability visualizations - Include timing sequences, global betting mode comparisons, and bottleneck analysis
-
Stefy Lanza (nextime / spora ) authored
- Create USER_WORKFLOW_DOCUMENTATION.md with extensive coverage of: * Complete cashier workflow from login to end-of-day procedures * Game flow and match progression with state machine details * Extraction algorithm and redistribution cap system * Major functionality and configuration options - Add statistics.html template for admin statistics dashboard - Update core components for improved functionality
-
Stefy Lanza (nextime / spora ) authored
- Remove duplicate start_games function in routes.py that was causing Flask route conflict - Add Statistics page link to admin submenu in navbar with chart-bar icon
-