Block a user
as a site admin, i want to be able to temporarily view the site as a player or club admin so that i can improve the experience
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