Barcodes are kind of inconvenient to use if you like to use the section builder. This change set
makes it so you can use barcodes like any other section. The one caveat is that since 2D barcodes
use different syntax between Phoenix and Reliance, we have to account for this in the TwoBarcode
constructor with a flavor enum. Reasonable but not great.
Barcodes are kind of inconvenient to use if you like to use the section builder. This change set makes it so you can use barcodes like any other section. The one caveat is that since 2D barcodes use different syntax between Phoenix and Reliance, we have to account for this in the TwoBarcode constructor with a flavor enum. Reasonable but not great.