diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 79a5a91..f112a6d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Build CuraFlow HMS +name: Build Curio HMS on: [push] jobs: @@ -18,6 +18,6 @@ jobs: gcr.io/kaniko-project/executor:latest \ --context=dir://"$GITHUB_WORKSPACE" \ --dockerfile="$GITHUB_WORKSPACE/Dockerfile" \ - --destination=192.168.8.250:5000/curaflow:latest \ + --destination=192.168.8.250:5000/Curio:latest \ --insecure \ --skip-tls-verify diff --git a/backend/botLogic.js b/backend/botLogic.js index 09ea471..09d1ffd 100644 --- a/backend/botLogic.js +++ b/backend/botLogic.js @@ -19,7 +19,7 @@ class BotLogic { if (text.includes('hi') && !this.states[`${patientId}_lang`]) { this.states[patientId] = 'SELECT_LANG'; return { - reply: "Welcome to CuraFlow! Please select your language / भाषा चुनें / భాషను ఎంచుకోండి:\n\n1. English\n2. Hindi (हिंदी)\n3. Telugu (తెలుగు)", + reply: "Welcome to Curio! Please select your language / भाषा चुनें / భాషను ఎంచుకోండి:\n\n1. English\n2. Hindi (हिंदी)\n3. Telugu (తెలుగు)", buttons: ["English", "Hindi", "Telugu"] }; } @@ -56,7 +56,7 @@ class BotLogic { this.states[patientId] = 'TRIAGE_START'; return { reply: i18n.t(lang, 'triage_ask', { token: result.token }) + - ` \n\n💳 *Payment Required*: Please pay ₹${result.fee} to activate your token: http://razorpay.me/curaflow_mock`, + ` \n\n💳 *Payment Required*: Please pay ₹${result.fee} to activate your token: http://razorpay.me/Curio_mock`, }; } else { return { diff --git a/backend/configManager.js b/backend/configManager.js index be1463e..64dec09 100644 --- a/backend/configManager.js +++ b/backend/configManager.js @@ -6,7 +6,7 @@ class ConfigManager { constructor() { this.tenants = { 'default': { - name: "CuraFlow Clinic", + name: "Curio Clinic", logo: "C", primaryColor: "#0F172A", secondaryColor: "#38BDF8", diff --git a/backend/i18n.js b/backend/i18n.js index e0749aa..6b53621 100644 --- a/backend/i18n.js +++ b/backend/i18n.js @@ -1,5 +1,5 @@ /** - * i18n: Translation manager for CuraFlow WhatsApp Bot. + * i18n: Translation manager for Curio WhatsApp Bot. * Supports English (en), Hindi (hi), and Telugu (te). */ diff --git a/backend/queueManager.js b/backend/queueManager.js index e38e71d..a66abcc 100644 --- a/backend/queueManager.js +++ b/backend/queueManager.js @@ -1,5 +1,5 @@ /** - * QueueManager: Handles the hybrid slot logic for CuraFlow + * QueueManager: Handles the hybrid slot logic for Curio * - 30-min slots * - Max 3 online bookings (Hard Cap) * - 5 Walk-in slots diff --git a/backend/server.js b/backend/server.js index f511cd9..9efe3f2 100644 --- a/backend/server.js +++ b/backend/server.js @@ -35,5 +35,5 @@ app.post('/whatsapp/webhook', async (req, res) => { }); app.listen(port, '0.0.0.0', () => { - console.log(`CuraFlow WhatsApp Mock Server running at http://0.0.0.0:${port}`); + console.log(`Curio WhatsApp Mock Server running at http://0.0.0.0:${port}`); }); diff --git a/billing.html b/billing.html index 723d0f1..de2486d 100644 --- a/billing.html +++ b/billing.html @@ -3,7 +3,7 @@
-