HEdingfield
HEdingfield
Sorting the Exluded column (with the checkboxes) behaves strangely, as does sorting columns like Code with mixture of "" and null values in them (since these look the same to...
Add a test config and CVR that pushes the edge case for max skipped ranks allowed being unlimited.
Like "contest"? Conversation in #172: > @hedingfield > Hmm, don't agree with this change. I could settle for "contest config" though. I suggest reverting these three "config" => "contest" changes...
Finish resolving conversation in #126, which will require additional validation checks: HEdingfield commented 2 days ago > Thanks, @tarheel, I'll go through the 7 unnecessary instances of using isEmpty() and...
It would be nice to standardize the file names and clean up the test folder. I like the format date-location-office. Maybe we could consistently prepend cvr_* and config_* to those....
Per the discussion in #462. @hedingfield > If you double click a cell to edit provider in the table do we care enough to try to make that an embedded...
`ResultsWriter.generateCdfJson()` has a line that says `outputJson.put("Version", "1.0.0")`. Can we verify that this is a CDF / NIST format version, and not the version of our app? If the former...
Tutorials 25-27 in this playlist give some examples: https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBzfXLWLSYVy8EbTdpGbUIG
If you enter a bad string in contestDate JSON and try to load it in the GUI, it says it loaded successfully in the GUI console even through it throws...