refactor: remove DXCC CW award and rename DXCC Mixed Mode to DXCC
- Removed dxcc-cw.json award definition - Renamed "DXCC Mixed Mode" to "DXCC" in dxcc.json - Changed award ID from "dxcc-mixed" to "dxcc" - Removed dxcc-cw.json from awards service file list Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "dxcc-cw",
|
|
||||||
"name": "DXCC CW",
|
|
||||||
"description": "Confirm 100 DXCC entities using CW mode",
|
|
||||||
"caption": "Contact and confirm 100 different DXCC entities using CW mode only. Only QSOs made with CW mode count toward this award. QSOs are confirmed when LoTW QSL is received.",
|
|
||||||
"category": "dxcc",
|
|
||||||
"rules": {
|
|
||||||
"target": 100,
|
|
||||||
"type": "filtered",
|
|
||||||
"baseRule": {
|
|
||||||
"type": "entity",
|
|
||||||
"entityType": "dxcc",
|
|
||||||
"target": 100,
|
|
||||||
"displayField": "entity"
|
|
||||||
},
|
|
||||||
"filters": {
|
|
||||||
"operator": "AND",
|
|
||||||
"filters": [
|
|
||||||
{
|
|
||||||
"field": "mode",
|
|
||||||
"operator": "eq",
|
|
||||||
"value": "CW"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"id": "dxcc-mixed",
|
"id": "dxcc",
|
||||||
"name": "DXCC Mixed Mode",
|
"name": "DXCC",
|
||||||
"description": "Confirm 100 DXCC entities on any band/mode",
|
"description": "Confirm 100 DXCC entities on any band/mode",
|
||||||
"caption": "Contact and confirm 100 different DXCC entities. Any band and mode combination counts. QSOs are confirmed when LoTW QSL is received.",
|
"caption": "Contact and confirm 100 different DXCC entities. Any band and mode combination counts. QSOs are confirmed when LoTW QSL is received.",
|
||||||
"category": "dxcc",
|
"category": "dxcc",
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ function loadAwardDefinitions() {
|
|||||||
try {
|
try {
|
||||||
const files = [
|
const files = [
|
||||||
'dxcc.json',
|
'dxcc.json',
|
||||||
'dxcc-cw.json',
|
|
||||||
'was.json',
|
'was.json',
|
||||||
'vucc-sat.json',
|
'vucc-sat.json',
|
||||||
'sat-rs44.json',
|
'sat-rs44.json',
|
||||||
|
|||||||
Reference in New Issue
Block a user