Either we need to restrict to 0-9, 0-36, etc with a single character because we are doing string comparisons and we should use easily printed characters.
Also need to figure out if we support 0 as a priority, since that will be default and default should generally be low or at least in the middle, should definitely not have it as the highest priority by default.
Either we need to restrict to 0-9, 0-36, etc with a single character because we are doing string comparisons and we should use easily printed characters.
Also need to figure out if we support 0 as a priority, since that will be default and default should generally be low or at least in the middle, should definitely not have it as the highest priority by default.