Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating aggregate group of arbitrary racers? #326

Open
electrickite opened this issue Feb 28, 2024 · 2 comments
Open

Creating aggregate group of arbitrary racers? #326

electrickite opened this issue Feb 28, 2024 · 2 comments

Comments

@electrickite
Copy link

Getting ready for our pack derby this year we decided to make the jump to DerbyNet. Absolutely fantastic project - cannot overstate my appreciation for all the work to put it together.

We have a smaller pack and generally run the racers all together. One idea we had was to run a round that is a "den showdown" where the Scouts in each den pick one racer to participate. This would be chosen by the Scouts and not necessarily based on previous race results.

I tried to work out how to do this in DerbyNet but it seems like it's not currently possible to create a group out of an arbitrary list of racers, who are also in other groups. The aggregate groups pull the top X racers.

Is this possible? If not, would it be a feature that we could think about adding?

@jeffpiazza
Copy link
Owner

I think what you want is possible, but admittedly awkward.

The idea is to create a separate segment for each den, so e.g. for a Bear den there'd be a new "Chosen Bear" segment/subgroup. These subgroups are initially empty, but part of the "All Racers" group. The racer chosen to represent the Bears would then get moved into the "Chosen Bear" segment after the selection process. The various "chosen" segments get grouped into a new "Showdown" aggregate group.

@jeffpiazza
Copy link
Owner

You'd also (probably) want a "Bears" aggregate group to combine the "Bear" and "Chosen Bear" subgroups if you're interested in seeing standings (and/or figuring awards) by den.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants