- Add caption field to all award definitions with detailed rule explanations - Rename Special Stations Award to Wavelog Award - Add configurable countMode for point-based awards: - perBandMode: count unique (callsign, band, mode) combinations - perStation: count each station once - perQso: count every QSO - Update backend to respect countMode in progress calculation - Add target field to award API responses - Fix "Needed" calculation for point-based awards - Display caption on award detail pages with styled info box Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
14 lines
402 B
JSON
14 lines
402 B
JSON
{
|
|
"id": "dxcc-mixed",
|
|
"name": "DXCC Mixed 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.",
|
|
"category": "dxcc",
|
|
"rules": {
|
|
"type": "entity",
|
|
"entityType": "dxcc",
|
|
"target": 100,
|
|
"displayField": "entity"
|
|
}
|
|
}
|