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

Allow Registrants to specify their desired Bib Number #693

Open
rdunlop opened this issue Nov 24, 2017 · 0 comments
Open

Allow Registrants to specify their desired Bib Number #693

rdunlop opened this issue Nov 24, 2017 · 0 comments

Comments

@rdunlop
Copy link
Owner

rdunlop commented Nov 24, 2017

Some registrants own racing bibs which have a specific number on it, and they would like to use that number for all of their races, instead of having to pin on racing numbers.

In order to support this, they need to be assigned the specific bib number.

Currently, the event planner role has the power to re-assign bib numbers each competitor individually.

There are some other features which might be nice to have in order to make this more functional.

  • When a competitor is registering, they can enter a bib number, or they can leave it default (which may cause them to be temporarily assigned an ID > 1000)

    • This should be only available if the convention administrator wishes to allow it.
  • If that bib number is already in use, prevent them from getting it, otherwise, immediately assign it

  • Allow the convention administrator to update the bib numbers for individual registrants

  • Allow the convention administrator to perform some sort of "bulk update"?

    • How would you like this to work?

2 options for Bulk Update:

Option A)

Download a file   ID | IDNEW (empty) | NAME    -->    2 |     | Christian Peier
Upload a file       ID | IDNEW | NAME                -->    2 | 33 | Christian Peier

Option B)

  • Some registrants have chosen bib numbers < 1000 (ie: customized): 1 AA; 2 BB; 13 CC; 25 DD;
  • Some registrants have not chosen to customize their bib numbers: 1000 EE; 1001 FF; 1002 GG; 1004 HH
  • By clicking on a button, it change all > 1000 numbers automatically to the not used numbers beginning from 1.
  • Result: 1 AA; 2 BB; 3 EE; 4 FF; 5 GG; 6 HH; 13 CC; 25 DD

Unknown questions:

  • In races in Switzerland this overwrite function is not like a "my favourite number" choice, however it is to fill in the number of the physical start numbers they own. Does this mean that registrants will want to enter multiple bib numbers, and let the system/administrator choose one?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant