From aebb820216d043059fdce8f769690cbaf552cb7e Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 13 Sep 2026 14:23:32 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20the=20app=20is=20PedsHub=20Clinical=20?= =?UTF-8?q?Tools=20=E2=80=94=20title,=20login=20card,=20menu,=20manifest,?= =?UTF-8?q?=20FAQ,=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU --- docs/api-reference.md | 2 +- public/components/faq.html | 6 +++--- public/index.html | 8 ++++---- public/manifest.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/api-reference.md b/docs/api-reference.md index 92215722..084be6ce 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -1,6 +1,6 @@ # API Reference -Working endpoint reference for the main PedsHub Scribe flows. It covers the clinical, auth, user data, and admin surfaces most commonly used by the frontend, but the source of truth is still `server.js` plus `src/routes/*.js`. Unless noted otherwise, authenticated endpoints require a valid web cookie or `Authorization: Bearer ` header. +Working endpoint reference for the main PedsHub Clinical Tools flows. It covers the clinical, auth, user data, and admin surfaces most commonly used by the frontend, but the source of truth is still `server.js` plus `src/routes/*.js`. Unless noted otherwise, authenticated endpoints require a valid web cookie or `Authorization: Bearer ` header. --- diff --git a/public/components/faq.html b/public/components/faq.html index 4a4031d4..721cefe9 100644 --- a/public/components/faq.html +++ b/public/components/faq.html @@ -1,6 +1,6 @@

Frequently Asked Questions

-

Learn how PedsHub Scribe works and get the most out of it

+

Learn how PedsHub Clinical Tools works and get the most out of it

@@ -18,9 +18,9 @@
- +
-

PedsHub Scribe is an AI-powered clinical documentation tool designed specifically for pediatric medicine. It helps physicians generate structured clinical notes from voice recordings or typed text, saving time on documentation so you can focus on patient care.

+

PedsHub Clinical Tools is an AI-powered clinical documentation tool designed specifically for pediatric medicine. It helps physicians generate structured clinical notes from voice recordings or typed text, saving time on documentation so you can focus on patient care.

It supports HPIs, SOAP notes, hospital courses, chart reviews, well visits, sick visits, developmental milestone assessments, and more.

diff --git a/public/index.html b/public/index.html index 96c6c324..90feff34 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - PedsHub Scribe + PedsHub Clinical Tools @@ -27,7 +27,7 @@ - + @@ -50,7 +50,7 @@
@@ -180,7 +180,7 @@
diff --git a/public/manifest.json b/public/manifest.json index b4eb7b02..ac251496 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "name": "PedsHub Scribe", - "short_name": "Scribe", + "name": "PedsHub Clinical Tools", + "short_name": "Clinical Tools", "description": "AI-powered pediatric clinical documentation", "start_url": "/", "display": "standalone",