Commit Graph
100 Commits
Author SHA1 Message Date
Ian Renton 4aa7b91092 Fix a bug where a spot with no DX lat/lon could still be marked as having "good location" 2025-11-29 15:01:05 +00:00
Ian Renton e7469db99e README updates 2025-11-29 11:58:41 +00:00
Ian Renton 9d9f4609f0 Doc tweaks 2025-11-26 22:12:20 +00:00
Ian Renton 368e69bf00 Use tower-cell icon for cluster/unknown spots rather than the desktop icon 2025-11-26 21:49:11 +00:00
Ian Renton 9bdd0ab1de Add filtering based on SIG to the web UI. #84 2025-11-26 21:43:10 +00:00
Ian Renton 255719f3b5 Add a special 'NO_SIG' option to 'sig' query params, which will allow us to filter out all xOTA spots/alerts, leaving just the generic ones. #84 2025-11-26 21:13:14 +00:00
Ian Renton f21ea0ae5d Remove duplicated enums in spec #83 2025-11-26 20:29:35 +00:00
Ian Renton 2be2af176c Merge branch '82-tota'
# Conflicts:
#	webassets/apidocs/openapi.yml
2025-11-26 20:29:05 +00:00
Ian Renton 583735c99f Remove start/end dates #82 2025-11-26 07:40:46 +00:00
Ian Renton 0c8973bbc6 Remove duplicated enums in spec #83 2025-11-25 22:03:09 +00:00
Ian Renton 296cdb3795 Wider ranges to detect FT8/FT4 in "Guess mode based on frequency" function #85 2025-11-25 21:32:48 +00:00
Ian Renton 6c9f3136b8 First pass at TOTA support #82 2025-11-24 21:57:29 +00:00
Ian Renton 4e427f26c3 About page updates 2025-11-23 11:23:13 +00:00
ian 714151a6b4 Update views/webpage_about.tpl 2025-11-23 10:58:26 +00:00
Ian Renton 0ccc2bd15d Minor tweaks 2025-11-17 17:58:52 +00:00
Ian Renton 5724c4c7ea Minor tweaks 2025-11-17 17:50:29 +00:00
Ian Renton 94c0cad769 Improve SIG regexes to specify numbers of digits 2025-11-17 17:41:01 +00:00
Ian Renton 452e4beb29 Fix imports 2025-11-17 17:22:12 +00:00
Ian Renton b132fe8a39 Fix a bug where SIG API spots could be re-tagged as another SIG e.g. WAB if that was named in the comment. 2025-11-17 17:19:43 +00:00
Ian Renton e525aaed92 Fix a bug where spothole was too keen on extracting secondary references for xOTA programmes from comments, and was not checking that the "references" it found were surrounded by whitespace. 2025-11-16 17:46:40 +00:00
Ian Renton 92b7110356 Merge remote-tracking branch 'origin/main' 2025-11-16 17:46:05 +00:00
Ian Renton 114eacb9dc Fix a bug where spothole was too keen on extracting secondary references for xOTA programmes from comments, and was not checking that the "references" it found were surrounded by whitespace. 2025-11-16 17:45:58 +00:00
Ian Renton 2a90b17b6b Fix URLs for WOTA outlying fells 2025-11-14 14:37:36 +00:00
Ian Renton ae075f3ac7 Version number bump 2025-11-13 21:52:13 +00:00
Ian Renton efa9806c64 Look up K0SWE's dxcc.json rather than using our own tables. Closes #80 2025-11-13 21:51:20 +00:00
Ian Renton 03829831c0 Fix debug code commit 2025-11-13 21:47:05 +00:00
Ian Renton 4f83468309 Add config for "Number of Spots" and "Spot Age" values used in the web UI. Closes #79 2025-11-13 21:18:27 +00:00
Ian Renton 2165ebc103 DXCC 999 2025-11-13 20:10:53 +00:00
Ian Renton cf46017917 Fix WOTA parsing bug 2025-11-12 17:40:24 +00:00
Ian Renton c30e1616d3 Image-based flags 2025-11-11 06:30:17 +00:00
Ian Renton 422c917073 Docs tweak 2025-11-10 19:30:40 +00:00
Ian Renton cad1f5cfdf Defensive coding fix 2025-11-10 19:03:12 +00:00
Ian Renton 78f8cd26f0 Possible emoji flag fix for Windows/Chrome 2025-11-10 19:01:25 +00:00
Ian Renton d6cc2673dd Search input should have search type 2025-11-08 18:44:37 +00:00
Ian Renton 8f553a59f8 Doc tweaks 2025-11-08 18:23:11 +00:00
Ian Renton f1841ca59e v1.0 release 2025-11-08 11:44:11 +00:00
Ian Renton 85e0a7354c Reject "AA00aa" grids and 0/0 latlons from online lookup 2025-11-03 20:14:41 +00:00
Ian Renton 2ccfa28119 Get "qth" friendly name from QRZ/clublog and return in the callsign lookup. Closes #77 2025-11-02 20:51:16 +00:00
Ian Renton b313735e28 Add missing break statements 2025-11-02 20:38:30 +00:00
Ian Renton bbaa3597f6 Implement WWFF reference lookup. Closes #76 2025-11-02 20:37:30 +00:00
Ian Renton e61d7bedb4 Exception handling #74 2025-11-02 18:00:24 +00:00
Ian Renton ebf07f352f Exception handling #74 2025-11-02 17:59:37 +00:00
Ian Renton e83ddead62 Tidy up some issues with alerts #74 2025-11-02 17:54:34 +00:00
Ian Renton b8e1506846 Use HamQTH as a lookup provider. Closes #73 2025-11-02 17:45:54 +00:00
Ian Renton d80c4cfbeb Provide an externally usable callsign lookup feature. #73 2025-11-02 16:52:27 +00:00
Ian Renton 92af0761aa Move checks for multiple references in comments out of POTA and DX Cluster classes into the main infer_missing() function for spots. #54 2025-11-02 16:18:33 +00:00
Ian Renton 286ff66721 Refactor looking up SIG reference details into a common location, taking it out of the individual spot providers. This means we can now look up references properly from Cluster spot comments, etc. Closes #74 as there is no longer any duplication of these lookups. Works towards #54 as sig_refs now specify their sig internally. 2025-11-02 15:45:19 +00:00
Ian Renton 28010a68ae Single common URL cache for semi-static lookups #74 2025-11-02 14:22:15 +00:00
Ian Renton 0e8c7873d8 Lookup for sig_ref data #73 2025-11-02 14:13:03 +00:00
Ian Renton 649b57a570 FIx a bug where touch scrolling on the map's filters popup would still be passed through to the map. Closes #72 2025-11-02 12:07:32 +00:00
Ian Renton fa92657d9c Fix old alerts not getting deleted 2025-11-01 17:25:20 +00:00
Ian Renton 30fc333c8b Fix scrolling map filters panel on mobile 2025-11-01 17:05:47 +00:00
Ian Renton 0570b39e09 Add Spot page to allow sig and sig_ref entries. Closes #71 2025-11-01 12:38:57 +00:00
Ian Renton 1ed543872a Add Spot page to take mode options from API #71 2025-11-01 12:03:11 +00:00
Ian Renton 812d031a2c Fix link 2025-11-01 11:45:21 +00:00
Ian Renton 471c487132 Allow adding the DX grid when spotting #71 2025-11-01 11:11:33 +00:00
Ian Renton 57d950c1ca Fix search box appearance on mobile 2025-11-01 10:35:47 +00:00
Ian Renton a3ec923c56 Improve add spot page warning and server-side validation. #71 2025-11-01 10:29:18 +00:00
Ian Renton 69821f817b Extract "add spot" into its own page 2025-11-01 08:52:46 +00:00
ian 0c79436399 Update views/webpage_spots.tpl 2025-10-31 19:21:01 +00:00
Ian Renton 3964134db9 Add dx_call_includes filter input on web UI 2025-10-31 17:52:29 +00:00
Ian Renton 04435e770a Add dx_call_includes filter 2025-10-31 17:33:27 +00:00
Ian Renton a4645171e4 Thanks 2025-10-31 14:24:04 +00:00
Ian Renton 65d546ef7e Support BOTA alerts. Closes #58 2025-10-31 14:06:22 +00:00
Ian Renton 193838b9d3 Fix colours of table rows and JS exception on sig_refs being null. 2025-10-31 10:50:49 +00:00
Ian Renton 0c5b5f2062 Update API to have a sensible grouping of sig_refs rather than separate arrays of sig_refs, sig_refs_names and sig_refs_urls 2025-10-31 09:51:54 +00:00
Ian Renton 6c95e845a4 Add prometheus metrics endpoint. Closes #67 2025-10-30 13:37:53 +00:00
Ian Renton 9768f976c5 Add prometheus metrics endpoint. Closes #67 2025-10-30 13:32:10 +00:00
Ian Renton a9003162cc Docs 2025-10-30 12:34:00 +00:00
Ian Renton ab371e8df6 Support spot input from UK Packet Radio network. Not strictly required for #68 but helps with testing. 2025-10-30 12:05:13 +00:00
Ian Renton 6ce66fdb62 Take SSIDs into account in the dedupe spots function #68 2025-10-30 10:51:56 +00:00
Ian Renton 8ec3a67cf5 Rename dx_aprs_ssid to just dx_ssid, and add support for de_ssid. Add SSIDs to the web interface. #68 2025-10-30 10:47:57 +00:00
ian 3ea782579b Support Packet (PKT) as a digi mode 2025-10-25 18:13:57 +00:00
Ian Renton 8b036ddb46 Fix copy/paste error in WOTA support 2025-10-25 10:44:54 +01:00
Ian Renton 3f827c597b Extract spotter information from comments of RBNHole and SOTAMAT posts 2025-10-25 10:34:52 +01:00
Ian Renton 587d3b4cf1 Typo 2025-10-25 10:34:19 +01:00
Ian Renton 6eb1bd5ef1 Stop cleaning up comments, Spothole should be agnostic to that kind of thing. 2025-10-25 10:16:15 +01:00
Ian Renton 0ead59a985 Add missing providers to config-example.yml 2025-10-25 10:04:24 +01:00
Ian Renton 82b3c262b6 Apple Touch icon #66 2025-10-25 09:51:04 +01:00
Ian Renton 80b5077496 Apple Touch icon #66 2025-10-25 09:49:32 +01:00
Ian Renton 3625998f46 Finish support for WOTA #63 2025-10-25 09:37:41 +01:00
Ian Renton e31c750b41 Mouseover callsign to reveal operator name 2025-10-25 09:36:30 +01:00
Ian Renton ab05824c5d Fix a bug that caused repeated lookup attempts for callsigns that were unknown to QRZ/ClubLog and especially those with prefixes/suffixes. 2025-10-25 09:33:44 +01:00
Ian Renton bb7b6d6f3c Remove console.log 2025-10-23 15:47:35 +01:00
Ian Renton 2c8d18685c Fix escape sequence error in API spec #65 2025-10-23 15:43:37 +01:00
Ian Renton 090310240f Add WOTA location lookup #63 2025-10-23 15:32:38 +01:00
Ian Renton f2f03b135f Fix a bug with time zone reporting in alerts. 2025-10-23 09:37:22 +01:00
Ian Renton 5d4b3d500d Get ZLOTA spots from its own API rather than PnP. Closes #37 2025-10-23 08:47:00 +01:00
Ian Renton 65d83d2339 Merge remote-tracking branch 'origin/main' 2025-10-23 08:15:42 +01:00
Ian Renton 5093a8d3d1 Support WOTA alerts, need to see a spot before we can support spots properly. #63 2025-10-23 08:15:16 +01:00
Ian Renton bdd31f6993 FAQ 2025-10-22 21:38:24 +01:00
Ian Renton 1bad16f478 Remove WIP warning from bands display #48 2025-10-21 17:31:08 +01:00
Ian Renton ae8be4446c New mode seen 2025-10-21 17:26:52 +01:00
Ian Renton 3515fbd5c7 Complete (?) bands display. Closes #48 2025-10-21 17:23:34 +01:00
Ian Renton f5e50dc5b4 Extend canvas when required #48 2025-10-21 16:51:04 +01:00
Ian Renton 001ec2c9b9 Extend canvas when required #48 2025-10-21 16:43:24 +01:00
Ian Renton be86160e9c Better rollover and h-scroll on header #48 2025-10-21 16:18:15 +01:00
Ian Renton 0b3b35db35 First pass of the new style of band panel #48 2025-10-21 16:04:10 +01:00
Ian Renton 6e9bab5eee Bands panel layout tweaks #48 2025-10-21 14:02:43 +01:00
Ian Renton 229228d209 Apply SSE Spot Provider patch by Steven M1SDH 2025-10-21 08:11:43 +01:00