APRS object packets (e.g. DAPNET transmitters) were showing the sender's callsign on the map instead of the object name. For example, DB0SDA (Germany) sending an object for P-K5SGD (Texas) would display as "DB0SDA" at the Texas coordinates. - Add display_name/1 to PacketUtils that returns object_name for objects, item_name for items, falling back to sender - Update DataBuilder to use display_name in all callsign display paths - Fix object/item detection order in packet_consumer to prevent objects from being incorrectly flagged as items - Add DataBuilder tests for object/item display name behavior - Fix flaky PacketPipelineSupervisor test (ensure module loaded) |
||
|---|---|---|
| .. | ||
| callsign_view_test.exs | ||
| data_builder_test.exs | ||
| historical_loading_test.exs | ||
| index_test.exs | ||
| map_helpers_test.exs | ||
| movement_test.exs | ||
| overlay_rendering_test.exs | ||
| packet_utils_test.exs | ||
| performance_test.exs | ||
| rf_path_test.exs | ||
| tracked_callsign_old_packet_test.exs | ||