Subpage under development, new version coming soon!
Subject: [bug] team average marks is bugged again
- 1
islander to
All
not gamebreaking, but right now it says my average team score is 72, when it's really more like 48.
Mikoos to
kryminator
It's again form in scale 0-100
If you look at https://sokker.org/api/team/<team_id>/stats (for example this for islander) you will see that averageMark is at 0, and instead it takes averageForm value.
If you look at https://sokker.org/api/team/<team_id>/stats (for example this for islander) you will see that averageMark is at 0, and instead it takes averageForm value.
no, it's just lack of proper fallback, unfinished code rather than accidentally overwritten
earlier it was apparently averageMarks value (the good earlier, not the bad one earlier-earlier = averageForm), but for now, this far in the season, it's value is 0 because there were no official matches so far and in case it's 0 it apparently uses its old value (which is that averageForm) instead of some kind of last season marks or just "-"
earlier it was apparently averageMarks value (the good earlier, not the bad one earlier-earlier = averageForm), but for now, this far in the season, it's value is 0 because there were no official matches so far and in case it's 0 it apparently uses its old value (which is that averageForm) instead of some kind of last season marks or just "-"
- 1