From 66884527f1fa8c2a29d34349e97f345db263b731 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Sun, 27 Apr 2025 16:33:56 +0200 Subject: [PATCH] Rename application to 'Sport Science Coach' --- css/styles.css | 2 +- index.html | 6 +++--- js/config.js | 2 +- js/report-generator.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/styles.css b/css/styles.css index eb482ac..109ca94 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,4 +1,4 @@ -/* Health Analytics Dashboard Styles */ +/* Sport Science Coach Styles */ :root { --primary-color: #4a6fa5; diff --git a/index.html b/index.html index 3b4d3f8..48b375f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Health Analytics Dashboard + Sport Science Coach @@ -12,7 +12,7 @@
-

Health Analytics Dashboard

+

Sport Science Coach

@@ -115,7 +115,7 @@
diff --git a/js/config.js b/js/config.js index d2f2af1..d036eca 100644 --- a/js/config.js +++ b/js/config.js @@ -1,5 +1,5 @@ /** - * Health Analytics Dashboard Configuration + * Sport Science Coach Configuration * Contains settings for OpenAI API, system prompts, and application configuration */ diff --git a/js/report-generator.js b/js/report-generator.js index bd7f1e5..219c313 100644 --- a/js/report-generator.js +++ b/js/report-generator.js @@ -182,7 +182,7 @@ class ReportGenerator { const element = this.reportContainer; const opt = { margin: [10, 10], - filename: 'health-analytics-report.pdf', + filename: 'Sport-Science-Coach-report.pdf', image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2,