You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing the interoperability between Cloudlog and my Log application and I am confused how Cloudlog interpretes CLUBLOG_QSO_UPLOAD_STATUS
Based on the ADIF format, the CLUBLOG_QSO_UPLOAD_STATUS values are defined:
Y the QSO has been uploaded to, and accepted by, the online service N do not upload the QSO to the online service M the QSO has been modified since being uploaded to the online service
if I'm not mistaken, N should have guaranteed that the record after being transferred to Cloudlog will not be transferred to Cloudlog
I am not PHP specials but I dug into the cloudlog code and it seems that function get_clublog_qsos or mark_all_qsos_notsent interpret QSO with N as QSO that will be sent to Clublog.
Is it an issue in the Cloudlog or my bad interpretation of the ADIF format?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing the interoperability between Cloudlog and my Log application and I am confused how Cloudlog interpretes
CLUBLOG_QSO_UPLOAD_STATUS
Based on the ADIF format, the
CLUBLOG_QSO_UPLOAD_STATUS
values are defined:Y
the QSO has been uploaded to, and accepted by, the online serviceN
do not upload the QSO to the online serviceM
the QSO has been modified since being uploaded to the online serviceif I'm not mistaken,
N
should have guaranteed that the record after being transferred to Cloudlog will not be transferred to CloudlogI am not PHP specials but I dug into the cloudlog code and it seems that function get_clublog_qsos or mark_all_qsos_notsent interpret QSO with
N
as QSO that will be sent to Clublog.Is it an issue in the Cloudlog or my bad interpretation of the ADIF format?
Beta Was this translation helpful? Give feedback.
All reactions