Commit graph

178 commits

Author SHA1 Message Date
HB9HIL
d140884bbb
add session_write_close() to expensive ajax calls on qso and contest logging to improve performance 2026-08-12 15:11:19 +02:00
phl0
9fddad7d3b
Load QRA lib only if not loaded already 2026-08-12 11:08:10 +02:00
phl0
5b5f88d53a
Allow for empty grid 2026-08-12 11:05:03 +02:00
phl0
3604909996
Refactor grid check 2026-08-12 10:53:36 +02:00
phl0
a334db2a7a
Handle grid and vucc grids separately 2026-08-12 09:41:14 +02:00
phl0
4f9438f548
Use QRA lib for grid validation and extend to specify type 2026-08-12 09:28:04 +02:00
Andreas Kristiansen
c0ee3afb95 Use db for SOTA lookup 2026-08-03 10:44:30 +02:00
Andreas Kristiansen
ed60f89988 Fix POTA lookup in QSO entry 2026-08-03 10:39:17 +02:00
int2001
7cb96a7778
Get Rid of wwff.txt file. we've a database 2026-08-01 06:37:57 +00:00
HB9HIL
11bb725e60
error handling for qso logging
the actual return message was never used
2026-07-18 11:10:21 +02:00
int2001
73918e6ab5
Remove orphaned code 2026-07-15 05:23:46 +00:00
HB9HIL
11810a7377
make cat control worker ready 2026-07-10 23:00:31 +02:00
HB9HIL
ee58fbcf60
worker ready for the past qso list in qso logging 2026-07-10 16:04:18 +02:00
HB9HIL
91e7a962f0
duplicate array key
'sat_name' occurs twice in the array
2026-07-07 15:08:04 +02:00
HB9HIL
9bdfa010f7
autoload the user_model 2026-07-06 18:32:58 +02:00
HB9HIL
bed5e1eeae
first implementation of esm mode for winkeyer in contesting 2026-06-30 21:12:15 +02:00
kc9uhi
2d513a2e33
option for active logbook stations 2026-06-20 10:29:55 -07:00
Fabian Berg
0a44e3340f
New Wavelog Contesting and Basics for Wavelog Worker (#3063)
* initial commit for new contesting in Wavelog

* implemented cache buster to match logic from upstream dev branch

* refactore data-store to idb since this will be much faster with a lot of QSOs (scale for the future)

* implementation of other exchange types (wip)

* updated migration version

* renamed mig

* renamed mig

* updated mig

* ESC Handler to reset form

* Add Websocket

* stretch maxDuration warning

We can stretch the maxDuration warning to 2 seconds to allow for more network latency and processing time. The heartbeat is protected against multiple parallel requests, so we can afford to be more lenient with the duration before showing a warning. This should help reduce false positives in environments with higher latency or slower processing.

* worked before warning in qso form

While input the logic checks in the qso list if the callisgn already exists on the same band and mode.

* translations

* fix band buttons

* updated migration after release 2.4.2

* Fixing create new contest, add clubstation permission check, add time check to contests

* Adding attach QSO to Contest

* Remove redundant clubstation checks

* Fix function tip

* Remove time check when launch contest

* Fixing contest attach main logbook, adding detach contest qso

* Enable clubstation contest QSO detach attach

* add space handler for callsign input

* set rst default to 599 for cw, 59 for others

* add grid and refactor some ui to make a better fitting here and there

* adjust tabindex

* add "copy exchange to" feature

* fix css for all themes

* adif and cbr export

* fix bug with wrong operator callsign

* add exchange type "exchange+grid"

* introduce new logic for exchangetypes and more flexible order selection

* fix broken qso list scroll

* legacy import feature

* more precise wording

* feat: inline editing of QSOs by double click in the QSO list

* redirect cabrillo to contesting manager

* Fix QSO permission check

* remove unused cabrillo stuff

* remove duplicate function

* fix check if worked before on band change

tnx to @int2001

* fix flash message for legacy importer

* make dropdown searchable and place "other" at the top

* add hint about "Other" contest

* avoid "flash" of winkeyer settings in qso logging, it shows up if cw is set as mode

* winkeyer for the new contesting

need proper testing by @AndreasK79 and @phl0 since I don't have a winkeyer myself. I tested with a python simulator...

* english comments

* proper singular/plural

* fix dropdown

* preselect active station location

* allow editing time aswell

* fix fontsize in radio buttons

* remove redundant qso count query

* cache last updated value for contest qsos to reduce db load

* index on user id

* cache also qso count

* you can now resize windows also on the edges

requested by @xyz667 in https://github.com/wavelog/wavelog/pull/3063#issuecomment-4557850867

* fix oversized clock

* click to prepare logging for contesting

Logic:
- if qso windows is open, call is sent to qso form
- if contest log is open, call is sent to contest log
- if both are open, call is sent to contest log
- if none is open, click opens qso form and call is sent to qso form

* handle exchange s prefill with data from the last qso and make exchange always uppercase

* add dropdown to qso list with option to delete qsos

* language fixes

* english comments

* center text

* fix missing dropdown on new qsos

* add date presets for contest session creator/editor

* basic worker implementation

* support multiple workers for clustering

* remove unnecessary node column

* simple availability check

* websocket for contesting

* bonus: add vip for visibilty in debug view

* use vip if available

* worker disabled in debug view if disabled in config

* racecondition for winkeyer breaks edit/delete dropdown

* racecondition for winkeyer breaks edit/delete dropdown

* qso handling for worker in contesting, no high interval heartbeat anymore

* clear heartbeat intervall

* fix some timing bugs

* remove dedicated worker controller as it's not needed

* handle whitespace

* trigger sync engine after processing QSO sync response and adjust last sync time to avoid spurious resyncs

* fix set and setLocal

* fix change detection and sync logic

* fix the lost of seconds due to edit

* fix table rendering

* watermark handling for true delta

* remove caching as it brings more problems here as benefits

* make serial as default exchangetype

* Add clarification on cluster setup requirements for worker URLs

* add operator to qso list if this is a clubstation

* fix bug for editing qsos in clubmode

* remove redundant code

* integers must be null in database

* fix bug in tabindex if 3 exchangefields are configured (serial, exchange, grid)

* nice contesting map (draft)

* map autofit

* add grid overlay

* calculate distanz and azimuth

* include rotor control via waveloggate (ws only)

* implement simple dedicated callbook lookup

* simpler and faster lookup

* option in contest session to disabled callbook lookup and only calculate dxcc

* syntax issue

* fix bug in CBR export

* catch empty result on contest

* remove some leftovers

* removed some comments

* remove unused stuff

* removed old todos/comments

* add 4s timeout for ajax transport

* you need to be admin for this

* translations

* add option to delete qso's aswell when deleting a session (opt in)

* add quickstart button in manager

* removed old todo

* fix "grows to bottom"

* disable "copy exchange to" if no exchange is set

* clear map on qso clear aswell

* same for scp

* updated documentation link

* calculate distanze and azimut also on grid only

* better space usage in qso input

* callbook db first approach, online lookup can be disabled while being cached for all users when enabled

* some input validation

* use only one sot for qrgtoband

* basic stats component

* fix html encoding

* render all aswell

* ascii

* store locally which time frame the user wants

* sync settings and warn user if something happend on the backend

* dev leftover

* show errors if callbook fails or callsign is invalid

* easier syntax

* Revert "easier syntax" - that was a mistake

This reverts commit 80c75dbf1e.

* fix for callbook lookup

* make pathline more visible

* better visibility of qsos

* add classic coordinates bar to the map

* fix bug in stats

* stretch max duration to 4s.. just in case

* simple sanity check in js to prevent unnecessary callbook lookups

* simulate tab after filling the call from scp

* fix poll radios with enabled worker

* reset po/mo files back to upstream/dev

* split contest exports, add back reg1test edi format

* keep the menu item but redirect to contesting

* better syntax and bugfix

* break it down further and fix typo ("constraint")

* use monospace font for input fields

* fix: in worker driven mode we need to do the heartbeat also on not focused windows otherwise we loose this contact

* fix: error handling on invalid times

* wavelog Ø

* more styling

* band lowercase fix

* Other is not a very descriptive title for a contest logger window, so we rename it to "Contest"

* custom contest name

* compare the whole array instead just a few settings

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: HadleySo <71105018+HadleySo@users.noreply.github.com>
Co-authored-by: DB4SCW <dev@db4scw.de>
2026-06-14 14:23:00 +02:00
phl0
eef00f2c68
Move mode defs to config file and rename 2026-05-07 22:07:12 +02:00
phl0
d410e4f7f9
Remove rest of hard coded prop modes 2026-05-07 15:39:10 +02:00
phl0
b4aee2a231
Move ADIF modes to central library to ease updating 2026-05-07 10:07:58 +02:00
phl0
92adc18f9b
Default contesting PROP_MODE to '' instead of NULL 2026-04-01 10:22:22 +02:00
Joerg (DJ7NT)
4dc2c5d56f
Merge pull request #3082 from int2001/sec_keyhandling
Sec keyhandling
2026-03-16 12:20:19 +01:00
int2001
fcf52ab56d
Add CSRF-Tokens for Station and User handling 2026-03-16 08:41:50 +00:00
HB9HIL
feefd7ac84
dead code 2026-03-16 01:07:41 +01:00
int2001
3eae1c71db
Add option to disable Map at QSO-Window 2026-02-22 09:02:23 +00:00
Fabian Berg
d4e4e37f77
upps
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
2026-01-25 09:08:12 +01:00
HB9HIL
f740b188c8 return qso_id and adif data from create_qso() in an array so it can reused in other places aswell 2026-01-24 22:06:41 +01:00
HB9HIL
91fcbafbd1 radical cleanup 2026-01-24 20:53:32 +01:00
int2001
5ddff1f787
Emit ADIF to Websocket (if in qso) on logging 2026-01-05 08:46:33 +00:00
int2001
35b0cf80f4
Make Station_Location optionally move to 1st tab 2025-12-10 21:05:26 +00:00
Szymon Porwolik
0d11587bd1 cqz is not required - it's handled at model anyway 2025-11-23 00:38:53 +01:00
HB9HIL
08626fe094 use global options for dxwaterfall 2025-11-11 15:43:24 +01:00
Szymon Porwolik
d90e982e3a
Merge branch 'dev' into dev_dx_widget 2025-10-26 12:36:40 +01:00
Andreas Kristiansen
9e76830455 Fix my_call replacement 2025-10-24 16:15:44 +02:00
Andreas Kristiansen
63814d05d2 Adding defaults 2025-10-23 18:50:49 +02:00
Szymon Porwolik
a0659bb31e Initial commit of DX Waterfall for Wavelog 2025-10-22 21:52:05 +02:00
phl0
22cdb2c16b
Cover empty user options 2025-10-15 19:35:23 +02:00
Andreas Kristiansen
4d0a9af624 [Winkey] Added 5 more macros 2025-10-15 14:32:48 +02:00
int2001
1061d94595
Use Usermodes for QSO-Edit 2025-06-23 10:40:32 +00:00
phl0
fa273a50d3
Use existing JS 2025-06-03 07:55:35 +02:00
Joerg (DJ7NT)
2dec053ddb
Merge pull request #1804 from int2001/autofill_az_ele_qso
Autofill az ele qso
2025-03-28 09:10:33 +01:00
int2001
923328388a
Take care of lat/lng of QTH (depends on station_location) 2025-03-26 14:36:34 +00:00
Andreas Kristiansen
a313d261a7 [QSO Entry] Add summary for more awards 2025-03-24 10:01:41 +01:00
int2001
ed3c1d301c
Raise validation_errors to frontend 2025-02-16 11:36:57 +00:00
int2001
aeca52bfe8
Added return-values with details on failed save-attempt 2025-02-15 07:51:05 +00:00
int2001
ebe56b23cd
try/catch around edit-saver 2025-02-14 07:52:24 +00:00
int2001
22676139ed
evaluate output from editing 2025-02-14 07:00:07 +00:00
int2001
24582c9126
Tried to tidy up the intention-mess 2025-02-13 14:44:53 +00:00
int2001
1a52776f3e
Prevent mysql error if no date is given at edit 2025-02-13 14:44:12 +00:00