Conversation
|
That's great job ! I'm already testing this version for a race that I organize on the 19th of May :-) The nice part is that it's a team race and thus I needed to remove the required First Name, Last Name and Gender. I was considering working on it when this came :-) I feel lucky now. However, I have one more thing to work on (and I'll do a pull request when it's there), which is to be able to set the category at import time. For my teams, I have 6 people each time, and a complex category system taking into account genders (men, women and mixed categories), ages (sum of them, but also min) and whether all runners belong to the same working unit or not :-P |
|
Awesome, I look forward to hearing how the race goes! If the category is a string with several possible options, then you should be able to do this as-is by creating a "category" field of type combobox which contains all of the possible categories. Then you can create divisionals based on "category == ___", like it is with gender in the demo. |
|
The race went perfectly well, as usual with your tool. I had to fix 2 small bugs though, I'll do a pull request soon, nothing major, more details, but annoying when you hit them. |
|
Awesome. I'd definitely like Age to be optional as well. The tricky thing for now is that it is treated as a special case when making divisions, since it is an entrybox but you can specify ranges (so it is assumed to be int). |
Merge in all of the updates for v0.6: