Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cbspidi opened this issue Jul 19, 2024 · 0 comments
Open

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

cbspidi opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement request New feature or request

Comments

@cbspidi
Copy link

cbspidi commented Jul 19, 2024

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

@cbspidi cbspidi changed the title Update qrz.com logbook on exit Update qrz.com logbook on exit or by pressing a button Jul 19, 2024
@mbridak mbridak added the enhancement request New feature or request label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants