-
Notifications
You must be signed in to change notification settings - Fork 24
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
DXCC Stats still including deleted entities - AwardsDialog.cpp #620
base: master
Are you sure you want to change the base?
Conversation
I noticed the when looking at code for the email earlier that the DXCC counts were still including Deleted Entities. Mine was showing 323 instead of 320 confirmed. I made an adjustment to correct but not sure if it is the ideal way.
I'm a little confused now. So should deleted entities be included or not? I fixed it to include deleted entities. This doesn't work? |
I would think they shouldn’t count in the summary at the top if they are
not in the detailed list by country. They were and I put in a pull request
i thought to exclude them. The summary at the top were counting them and
the details below were not so it was inconsistent. I would think they
should match. It is a little confusing now.
…On Wed, Mar 19, 2025 at 5:09 AM Ladislav ***@***.***> wrote:
I'm a little confused now. So should deleted entities be included or not?
I fixed it to include deleted entities. This doesn't work?
—
Reply to this email directly, view it on GitHub
<#620 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEEMXQHGAT7EEYLKIOQ44L2VE64JAVCNFSM6AAAAABZJH4HPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMZWGAZDMNBUGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: foldynl]*foldynl* left a comment (foldynl/QLog#620)
<#620 (comment)>
I'm a little confused now. So should deleted entities be included or not?
I fixed it to include deleted entities. This doesn't work?
—
Reply to this email directly, view it on GitHub
<#620 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEEMXQHGAT7EEYLKIOQ44L2VE64JAVCNFSM6AAAAABZJH4HPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMZWGAZDMNBUGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Please, could you send me an example ? I changed the Awards in 0.42.2 where delete entities ARE included in the details AND are counted at the top - commit da70f4a |
Sorry I guess I didn’t look in the details I see now I have entries with just a number and no prefix/name.
Would you consider having an option at the top to include/exclude deleted countries? I just saw the count and knew it was high.
I’ll go in and remove this pull request in a bit or you can either way. Sorry for the confusion.
… On Mar 19, 2025, at 6:00 AM, Ladislav ***@***.***> wrote:
foldynl
left a comment
(foldynl/QLog#620)
Please, could you send me an example ? I changed the Awards in 0.42.2 where delete entities ARE included in the details AND are counted at the top - commit da70f4a
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
<da70f4a> <#620 (comment)> <https://github.com/notifications/unsubscribe-auth/AUEEMXUC6SDN34AJKUBZC332VFE3HAVCNFSM6AAAAABZJH4HPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMZWGIYTCOBVG4>
foldynl
left a comment
(foldynl/QLog#620)
<#620 (comment)>
Please, could you send me an example ? I changed the Awards in 0.42.2 where delete entities ARE included in the details AND are counted at the top - commit da70f4a <da70f4a>
—
Reply to this email directly, view it on GitHub <#620 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUEEMXUC6SDN34AJKUBZC332VFE3HAVCNFSM6AAAAABZJH4HPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMZWGIYTCOBVG4>.
You are receiving this because you authored the thread.
|
That's a good question. I'll have to look into the DXCC rules. But if DXCC accepts removed entities, then we should NOT implement such an option. |
I noticed the when looking at code for the email earlier that the DXCC counts were still including Deleted Entities. Mine was showing 323 instead of 320 confirmed. I made an adjustment to correct but not sure if it is the ideal way.