This adds a new optional parameter to the MapRouletteUploadCommand to select whether to use the ISO code or country display name in uploaded challenge titles.
Currently challenge titles are created with the pattern "Country Display Name - Check Name". When this new parameter is true, which it is by default, this same pattern will be used. When the parameter is false the pattern will be "ISO - Check Name".
Additionally this adds some missing docs, and bumps the atlas version.
Potential Impact:
This should be fully backwards compatible.
Unit Test Approach:
Added a unit test for when the param is false.
Test Results:
Ran three test runs with the param true, false, and not given.
Description:
This adds a new optional parameter to the MapRouletteUploadCommand to select whether to use the ISO code or country display name in uploaded challenge titles. Currently challenge titles are created with the pattern "Country Display Name - Check Name". When this new parameter is true, which it is by default, this same pattern will be used. When the parameter is false the pattern will be "ISO - Check Name".
Additionally this adds some missing docs, and bumps the atlas version.
Potential Impact:
This should be fully backwards compatible.
Unit Test Approach:
Added a unit test for when the param is false.
Test Results:
Ran three test runs with the param true, false, and not given.
True:
False:
Default: