chore: the app is PedsHub Clinical Tools — title, login card, menu, manifest, FAQ, docs
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU
This commit is contained in:
parent
57ffd80c74
commit
aebb820216
4 changed files with 10 additions and 10 deletions
|
|
@ -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 <token>` 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 <token>` header.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="module-header">
|
||||
<h2><i class="fas fa-circle-question"></i> Frequently Asked Questions</h2>
|
||||
<p>Learn how PedsHub Scribe works and get the most out of it</p>
|
||||
<p>Learn how PedsHub Clinical Tools works and get the most out of it</p>
|
||||
</div>
|
||||
|
||||
<div class="faq-container">
|
||||
|
|
@ -18,9 +18,9 @@
|
|||
</div>
|
||||
|
||||
<div class="faq-item">
|
||||
<button class="faq-question">What is PedsHub Scribe?</button>
|
||||
<button class="faq-question">What is PedsHub Clinical Tools?</button>
|
||||
<div class="faq-answer">
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p>It supports HPIs, SOAP notes, hospital courses, chart reviews, well visits, sick visits, developmental milestone assessments, and more.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, interactive-widget=resizes-content">
|
||||
<title>PedsHub Scribe</title>
|
||||
<title>PedsHub Clinical Tools</title>
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="Scribe">
|
||||
<meta name="apple-mobile-web-app-title" content="Clinical Tools">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="/icons/icon.svg">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/icons/icon-32.png">
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
<div class="auth-box">
|
||||
<div class="auth-logo">
|
||||
<img src="/icons/icon.svg" alt="" width="64" height="64">
|
||||
<h1>PedsHub Scribe</h1>
|
||||
<h1>PedsHub Clinical Tools</h1>
|
||||
<p>AI-Powered Pediatric Practice</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
<button type="button" class="menu-icon-btn assistant-menu-toggle" data-menu-toggle aria-expanded="true" title="Hide menu" aria-label="Hide menu"><i class="fas fa-angles-left"></i></button>
|
||||
<div class="menu-brand">
|
||||
<img src="/icons/icon.svg" alt="" width="20" height="20">
|
||||
<h1>Scribe</h1>
|
||||
<h1>Clinical Tools</h1>
|
||||
</div>
|
||||
<button type="button" class="menu-icon-btn" data-menu-search title="Search" aria-label="Search"><i class="fas fa-magnifying-glass"></i></button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue