From 31f3aece9eb9208411234413901d953105cf88b8 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Thu, 18 Sep 2025 18:08:28 +0200 Subject: [PATCH] add other flights --- app/pages/pm.vue | 2 +- server/utils/normalize.ts | 5 +++++ shared/data/atcDecisionTree.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/pages/pm.vue b/app/pages/pm.vue index 88d5f52..424204d 100644 --- a/app/pages/pm.vue +++ b/app/pages/pm.vue @@ -863,7 +863,7 @@ const signalStrength = ref(4) const radioCheckLoading = ref(false) const radioEffectsEnabled = ref(true) const readbackEnabled = ref(false) -const debugMode = ref(false) +const debugMode = ref(true) const simulationRunning = ref(false) const simulationTrace = ref([]) diff --git a/server/utils/normalize.ts b/server/utils/normalize.ts index 2fdd9d8..d6b3331 100644 --- a/server/utils/normalize.ts +++ b/server/utils/normalize.ts @@ -154,6 +154,11 @@ const NATO: Record = { // Airline-Telephony (erweiterbar) export const CALLSIGN_MAP: Record = { DLH: "Lufthansa", + EWG: "Eurowings", + THY: "Turkish", + JBU: "JetBlue", + NAX: "Norwegian", + SWR: "Swiss", BAW: "Speedbird", AFR: "Air France", KLM: "KLM", diff --git a/shared/data/atcDecisionTree.ts b/shared/data/atcDecisionTree.ts index 1de632f..4b11711 100644 --- a/shared/data/atcDecisionTree.ts +++ b/shared/data/atcDecisionTree.ts @@ -2,7 +2,7 @@ const atcDecisionTree = { "schema_version": "1.0", "name": "icao_atc_decision_tree", "description": "Machine-readable ICAO/FAA-style ATC flow for IFR, suited for LLM+Whisper+TTS loop.", - "start_state": "PREFLIGHT_START", + "start_state": "CD_CHECK_ATIS", "end_states": ["FLOW_COMPLETE"], "variables": { "callsign": "DLH39A",