prop/test
Graham McIntire eb1e80958c Normalize ADIF MODE/SUBMODE and document the mapping
- AdifImport.normalize_mode/2 maps ADIF MODE (and SUBMODE when present)
  onto the fixed set of modes the site accepts: CW/SSB/FM/FT8/FT4/Q65.
  SUBMODE takes precedence so `MODE=MFSK, SUBMODE=FT8` correctly imports
  as FT8. USB/LSB/DSB all become SSB; NBFM/WFM become FM.
- Unknown modes (RTTY, PSK31, etc.) map to nil so the row still imports
  — mode is optional on the submission path now.
- AdifImport.mode_mapping_reference/0 returns the user-facing list of
  recognized inputs and their mappings.
- Submit page's ADIF tab renders that list in a table so users can see
  upfront what will happen to their file before uploading.
2026-04-12 13:15:31 -05:00
..
microwaveprop Normalize ADIF MODE/SUBMODE and document the mapping 2026-04-12 13:15:31 -05:00
microwaveprop_web Add comma separators to MHz frequencies on beacon pages 2026-04-11 09:37:26 -05:00
mix/tasks fix enrichment 2026-04-02 15:30:41 -05:00
support Fix all remaining credo --strict issues (0 issues) 2026-04-12 10:26:53 -05:00
test_helper.exs Exclude slow GRIB2 fixture tests by default (81s -> 16s) 2026-03-31 10:00:13 -05:00