prop/test/microwaveprop/radio
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
..
adif_import_test.exs Normalize ADIF MODE/SUBMODE and document the mapping 2026-04-12 13:15:31 -05:00
contact_edit_test.exs Add contact edit approval system with admin review queue 2026-04-11 16:15:49 -05:00
contact_submission_test.exs Cache /contacts, fix map blink, make mode optional 2026-04-12 12:47:25 -05:00
contact_test.exs Cache /contacts, fix map blink, make mode optional 2026-04-12 12:47:25 -05:00
csv_import_test.exs Cache /contacts, fix map blink, make mode optional 2026-04-12 12:47:25 -05:00
enrichment_status_test.exs Add Tier 1 test coverage: EnrichmentStatus, Markdown, health, RemoteIp, Maidenhead 2026-04-06 10:15:38 -05:00
maidenhead_test.exs Add /beacons CRUD and /users admin page 2026-04-08 12:01:45 -05:00