iliu / fantasysportstools.net

place holder for fantasysportstoos.net bug reports
fantasysportstools.net
1 stars 0 forks source link

No player stats record for 7 day, 14 day or 30 day average #34

Open iliu opened 13 years ago

iliu commented 13 years ago

In the research page, the score of a team depends on the std_val of each player on the team. If the 7 day average doesn't have a std_val, currently it uses 0. But we might want to change it so it uses a corresponding negative std_dev score since it should be negative

iliu commented 13 years ago

use mysql COALESCE function? Or make sure the script inserts in the correct values?