Stunts Forum

ZakStunts - the Competition => Competition and Website => Topic started by: dreadnaut on February 06, 2022, 12:20:48 AM

Title: Season standings
Post by: dreadnaut on February 06, 2022, 12:20:48 AM
I'm working on updated seasons standings. The global ones (http://zak.stunts.hu/seasons/2022) are ready, and they sit now at a new addresses which look like /seasons/2022, mirroring /racèrs/..., /tracks/ZCT..., etc.

That made me think: Fire your suggestions!
Title: Re: Season standings
Post by: afullo on February 06, 2022, 12:59:09 AM
In my opinion, the Amateur table might appear on the same page. Regarding the next two items, I agree with you.
Title: Re: Season standings
Post by: Cas on February 06, 2022, 08:59:18 PM
I think that a summary of all season would be the appropriate thing, as it's analogous of what happens with tracks (although tracks have a page per year.... for seasons, a page per decade?  :P). About the Amateur table, I'm not sure. I think that the guys that participate in the Amateur scoreboard should give their opinions about that instead.
Title: Re: Season standings
Post by: KyLiE on February 13, 2022, 06:45:46 AM
I think that:
Title: Re: Season standings
Post by: dreadnaut on March 21, 2022, 12:22:47 AM
The new team standings are up: http://zak.stunts.hu/seasons/2022/teams

There is a new column and tooltips for each track, showing participation compared to the team size. A 'star' marks races where the whole team took part in the race — too sleepy to come up with a better symbol :P

I'll let it stew for a few days, then start back-filling data for previous seasons (which are there, but show the old table). I have some doubt about the early seasons with Nascar points, I might need some custom code there.

[edit]
There's bug shared with the season standings, where sorting by track points shows only the rows for teams/pipsqueaks who took part in that race. Will fix.
Title: Re: Season standings
Post by: KyLiE on March 21, 2022, 04:22:09 AM
Quote from: dreadnaut on March 21, 2022, 12:22:47 AM
There is a new column and tooltips for each track, showing participation compared to the team size.

I like it!  It's a nice addition.
Title: Re: Season standings
Post by: dreadnaut on March 21, 2022, 09:25:16 PM
Quote from: dreadnaut on March 21, 2022, 12:22:47 AM
There's bug shared with the season standings, where sorting by track points shows only the rows for teams/pipsqueaks who took part in that race. Will fix.

That should be fixed now :)
Title: Re: Season standings
Post by: Ryoma on April 06, 2022, 06:59:12 AM
About amateur my opinion is the always the same : one shot compétition and no season scoretable. The purpose is to have fun on one track....if you want more, you will be professionnal.
Title: Re: Season standings
Post by: Daniel3D on April 06, 2022, 08:18:21 AM
Is it a option to add an off-season scoreboard after the race?
Essentially making all past race tracks a permanent track. (With shout-out option when uploading)
I'm missing a lot at the moment and would like to race and schare later. Maybe new players would also feel more comfortable starting off-season.
Title: Re: Season standings
Post by: dreadnaut on April 06, 2022, 10:15:19 PM
Quote from: Ryoma on April 06, 2022, 06:59:12 AM
About amateur my opinion is the always the same : one shot compétition and no season scoretable.

Can you point me to the earlier discussion where you mention this? I should catch up with those comments!

Quote from: Daniel3D on April 06, 2022, 08:18:21 AM
Is it a option to add an off-season scoreboard after the race?

I'd like to, and I have been working in that direction. ZakStunts however was not designed to do that, so it will take some time. Keeping compatibility with 20 seasons with 4-5 different rulesets is tricky!
Title: Re: Season standings
Post by: afullo on April 08, 2022, 11:29:25 AM
Quote from: dreadnaut on March 21, 2022, 12:22:47 AM
I'll let it stew for a few days, then start back-filling data for previous seasons (which are there, but show the old table). I have some doubt about the early seasons with Nascar points, I might need some custom code there.

As I just observed in the shoutbox, this year, also non-integer scores (such as 0.10 for 13th place) are considered for the team standings, while usually they were regarded as zero. I don't think this would considerably change the previous rankings, but consistency with these (http://wiki.stunts.hu/index.php?title=ZakStunts#Teams) tables, strictu senso, would probably be lost.
Title: Re: Season standings
Post by: dreadnaut on April 08, 2022, 09:56:42 PM
Quote from: afullo on April 08, 2022, 11:29:25 AM
As I just observed in the shoutbox, this year, also non-integer scores (such as 0.10 for 13th place) are considered for the team standings, while usually they were regarded as zero.

That's interesting, looking at the original code, it did exclude any results smaller than one. I don't particularly feel the need for that limit, but it would be easier to continue applying the same rule. What do you all think?

a) team scores should only include results that bring a whole point or more, or
b) team scores should include all results, even fractional ones.
Title: Re: Season standings
Post by: afullo on April 08, 2022, 10:23:34 PM
I vote a), for the sake of consistency.
Title: Re: Season standings
Post by: KyLiE on April 09, 2022, 04:34:55 AM
I don't really mind either way, so since you said it was easier, I think you should continue applying the same rule:

Quote from: dreadnaut on April 08, 2022, 09:56:42 PM
team scores should only include results that bring a whole point or more
Title: Re: Season standings
Post by: Daniel3D on April 09, 2022, 08:50:40 AM
Since I have never scored a whole point, so I've never contributed to my team. So I wouldn't mind if they count.
Title: Re: Season standings
Post by: dreadnaut on April 10, 2022, 12:35:08 AM
I have removed the fractional points for the moment, but they still count toward the participation %. And I made participation the tie-breaker, in case of equal points.