-
Notifications
You must be signed in to change notification settings - Fork 11
Document Kibana sorting method #270
Copy link
Copy link
Closed
Labels
A-DocumentationRelates to documentationRelates to documentationT-EnhancementAdding to the things that already existAdding to the things that already exist
Description
Improvement Request
Due to the alphabetic sort in Kibana, competitions with at least 10 teams should left-pad their team numbers with zeros in order to have proper ordering in the UI.
For example, team1 should actually be team01.
This should be documented. Additionally, it should be mentioned that the add-team.sh script automatically strips leading zeros so that team numbers can be used in IP addresses.
For example, if setting a host option to 10.${TEAM_NUM}.0.1, then the IP address will be configured as 10.1.0.1 instead of 10.01.0.1 for team01.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-DocumentationRelates to documentationRelates to documentationT-EnhancementAdding to the things that already existAdding to the things that already exist