From 4d9e0d3a2947c61996c5cc102839883f2182be50 Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Sun, 25 Jan 2026 06:40:57 +0100 Subject: [PATCH] auto-claude: subtask-3-1 - Add JSDoc to constants.ts --- src/utils/constants.ts | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index f8df747..bbac2da 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,6 +1,12 @@ -// src/utils/constants.ts -// Zentrale Konstanten für die gesamte Website +/** + * Application Constants + * Zentrale Konstanten für die gesamte Website + */ +/** + * Contact information + * Kontaktinformationen für alle Kontaktpunkte auf der Website + */ export const CONTACT = { email: "info@damjan-savic.com", phone: "+49 175 695 0979", @@ -14,12 +20,20 @@ export const CONTACT = { } } as const; +/** + * Current professional role + * Aktuelle berufliche Position und Unternehmen + */ export const CURRENT_ROLE = { company: "Everlast Consulting GmbH", position: "Process Automation Specialist", since: "2024-12" } as const; +/** + * Profile information + * Profil- und persönliche Informationen für die gesamte Website + */ export const PROFILE = { name: "Damjan Savić", title: "AI & Automation Specialist",