mbridak / not1mm

Not1MM != N1MM, An amateur radio contest logger for Linux.
GNU General Public License v3.0
99 stars 21 forks source link

Update qrz.com logbook on exit or by pressing a button #112

Open cbspidi opened 1 month ago

cbspidi commented 1 month ago

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.

  1. on start read the local file for marked a timestamp of the last successful update
  2. 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.
  3. select all the records from the time window selected in point 2
  4. update QRZ with the records from point 3
  5. 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

Additional context