• Stefy Lanza (nextime / spora )'s avatar
    feat: Implement dynamic betting outcomes and print functionality · 93ffae85
    Stefy Lanza (nextime / spora ) authored
    - Replace hardcoded WIN1/WIN2/X betting terminology with database-driven outcomes
    - Enhanced /cashier/available-matches API endpoint to query match_outcomes table
    - Added generateOutcomeOptionsHTML() function for dynamic betting option generation
    - Implemented graceful fallback to standard options when database outcomes unavailable
    - Added print button to bets list in cashier dashboard with placeholder functionality
    - Enhanced API response structure with outcome_id, outcome_name, outcome_value, display_name
    - Updated documentation with comprehensive betting system section
    - Added troubleshooting guides and performance optimization details
    - Version 1.2.9 changelog and README updates with new features
    93ffae85
Name
Last commit
Last update
assets Loading commit data...
mbetterclient Loading commit data...
packages Loading commit data...
uploads Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
DOCUMENTATION.md Loading commit data...
LICENSE Loading commit data...
PyQt6_UPGRADE_SUMMARY.md Loading commit data...
PyQt6_VIDEO_PLAYER_DOCUMENTATION.md Loading commit data...
README.md Loading commit data...
build.bat Loading commit data...
build.py Loading commit data...
build.sh Loading commit data...
cookies.txt Loading commit data...
create_test_matches.py Loading commit data...
extract_js.py Loading commit data...
main.py Loading commit data...
requirements.txt Loading commit data...
temp_js.js Loading commit data...
test_cashier_complete.py Loading commit data...
test_cashier_simple.py Loading commit data...
test_dev_message.py Loading commit data...
test_ffmpeg.py Loading commit data...
test_games_thread.py Loading commit data...
test_js_syntax.py Loading commit data...
test_persistent_dirs.py Loading commit data...
test_screen_cast_integration.py Loading commit data...
test_timer.py Loading commit data...