-
Notifications
You must be signed in to change notification settings - Fork 6
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
If there is a single subtrack, do not show a subtrack identifier; if there is a single track do not show a track identifier #22
Comments
This issue refers to a number of distinct cases:
Case 1Case (1) can be easily converted to case (2) (except if we have case (3): this is actually case (1)+(2) combined; see related comment below). The organizer has to define one track for each subtrack, and define a single subtrack for each of the new tracks. Example: The case 1 competition hierarchy:
is converted to an equivalent case 2 competition hierarchy
|
Case 2This case refers to a hierarchy like this:
In this case, the organizer has to define all tracks and subtracks normally; the site will however have to visualise them differently. 'Track X' will in effect be an alias for 'Subtrack X.1'. In particular:
|
Case 3This case refers to a hierarchy like this:
Again, the organizer has to define both a track and a subtrack. The difference here will be the 'Track 1' on the navbar showing up now as 'Participate' |
The "Track x" message changes to "Participate in competition" Cf. issue #22
This will allow more DRY handling of issue #22
The "Track x" message changes to "Participate in competition" Cf. issue #22
This will allow more DRY handling of issue #22
No description provided.
The text was updated successfully, but these errors were encountered: