Is your feature request related to a problem? Please describe.
It would be a great functionality to have either a manual update button for QRZ updates or an option to select "update on exit."
That way, you would not need to worry about exporting whole logs into a adif file and manually updating your online platform.
Describe the solution you'd like
QRZ provides an API endpoint for updating your logbook, it sounds relatively simple to write a logic to do following.
on start read the local file for marked a timestamp of the last successful update
when the update button is pressed (or the option update on exit is selected), check the time difference between now and the last successful update.
select all the records from the time window selected in point 2
update QRZ with the records from point 3
mark the new time stamp of the successful update
Describe alternatives you've considered
manual export and import to the online platform, painful if you use the program on a daily basis
Is your feature request related to a problem? Please describe. It would be a great functionality to have either a manual update button for QRZ updates or an option to select "update on exit."
That way, you would not need to worry about exporting whole logs into a
adif
file and manually updating your online platform.Describe the solution you'd like QRZ provides an API endpoint for updating your logbook, it sounds relatively simple to write a logic to do following.
Describe alternatives you've considered manual export and import to the online platform, painful if you use the program on a daily basis
Additional context