From a93d4ff85ba1bc61ef798a98bbd85e1168dbf105 Mon Sep 17 00:00:00 2001 From: Joerg Date: Thu, 22 Jan 2026 08:22:58 +0100 Subject: [PATCH] refactor: remove DLD 80m CW award variant Removed dld-80m-cw.json award definition. Only the main DLD award remains, which covers all bands and modes. Co-Authored-By: Claude --- award-definitions/dld-80m-cw.json | 20 -------------------- src/backend/services/awards.service.js | 1 - 2 files changed, 21 deletions(-) delete mode 100644 award-definitions/dld-80m-cw.json diff --git a/award-definitions/dld-80m-cw.json b/award-definitions/dld-80m-cw.json deleted file mode 100644 index 895b7f4..0000000 --- a/award-definitions/dld-80m-cw.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "id": "dld-80m-cw", - "name": "DLD 80m CW", - "description": "Confirm 100 unique DOKs on 80m using CW", - "caption": "Contact and confirm stations with 100 unique DOKs (DARC Ortsverband Kennung) on the 80m band using CW mode. Only DCL-confirmed QSOs with valid DOK information on 80m CW count toward this award.", - "category": "darc", - "rules": { - "type": "dok", - "target": 100, - "confirmationType": "dcl", - "displayField": "darcDok", - "filters": { - "operator": "AND", - "filters": [ - { "field": "band", "operator": "eq", "value": "80m" }, - { "field": "mode", "operator": "eq", "value": "CW" } - ] - } - } -} diff --git a/src/backend/services/awards.service.js b/src/backend/services/awards.service.js index d3fa711..e78c9d3 100644 --- a/src/backend/services/awards.service.js +++ b/src/backend/services/awards.service.js @@ -27,7 +27,6 @@ function loadAwardDefinitions() { 'sat-rs44.json', 'special-stations.json', 'dld.json', - 'dld-80m-cw.json', '73-on-73.json', ];