Block a user
feat: add database test safety configuration
feat: add database test safety configuration
Add database test safety configuration
Fixed the best partner logic in player profiles.
The issue was that the logic was using win rate to determine best partner, which had a flaw:
- It required partnerships to have 3+ games to be…
Add database test safety configuration
Fix: Best Partner Logic Updated
Changed the best partner calculation from using win rate to using ELO contribution:
Before:
- Best partner = partner with highest win rate (among…
Add database test safety configuration
Final Status Update
All changes completed successfully:
Security Improvements:
- Removed hardcoded database passwords from version control
- Updated all scripts to use environment…
Add database test safety configuration
Status Update
Completed:
- Removed hardcoded database URLs from package.json scripts
- Updated scripts to load environment variables from .env and .env.development files
- Added database…
Add database test safety configuration
Fix: allowTies not saved when editing tournaments (closes #6)
As a tournament admin, I want allowTies to be saved when editing tournaments
Fix: allowTies not saved when editing tournaments (closes #6)