Features implemented: - User authentication (register/login) with JWT - SQLite database with Drizzle ORM - SvelteKit frontend with authentication flow - ElysiaJS backend with CORS enabled - Award definition JSON schemas (DXCC, WAS, VUCC, SAT) - Responsive dashboard with user profile Tech stack: - Backend: ElysiaJS, Drizzle ORM, SQLite, JWT - Frontend: SvelteKit, Svelte stores - Runtime: Bun - Language: JavaScript Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
25 lines
438 B
JSON
25 lines
438 B
JSON
{
|
|
"id": "dxcc-cw",
|
|
"name": "DXCC CW",
|
|
"description": "Confirm 100 DXCC entities using CW mode",
|
|
"category": "dxcc",
|
|
"rules": {
|
|
"type": "filtered",
|
|
"baseRule": {
|
|
"type": "entity",
|
|
"entityType": "dxcc",
|
|
"target": 100
|
|
},
|
|
"filters": {
|
|
"operator": "AND",
|
|
"filters": [
|
|
{
|
|
"field": "mode",
|
|
"operator": "eq",
|
|
"value": "CW"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|