Commit graph

246 commits

Author SHA1 Message Date
Daniel
0fee7ad22f honor admin default model selections 2026-05-08 06:49:50 +02:00
Daniel
b44c6bf5eb convert chart review entrypoint to module 2026-05-08 06:49:46 +02:00
Daniel
802781f89c test clinical note entrypoints 2026-05-08 06:33:34 +02:00
Daniel
1e2333d9ad fix diagram delete confirmation 2026-05-08 06:28:12 +02:00
Daniel
9e2076e80d remove redundant app wrappers 2026-05-08 06:21:55 +02:00
Daniel
d91611947e convert admin entrypoint to module 2026-05-08 06:19:51 +02:00
Daniel
b212178215 simplify TTS provider handling 2026-05-08 06:00:33 +02:00
Daniel
da4f34a892 remove redundant module wrappers 2026-05-08 05:30:32 +02:00
Daniel
69f6efd426 extract well visit schedule data 2026-05-08 05:11:29 +02:00
Daniel
e02eb961e2 deduplicate admin HTML escaping 2026-05-08 04:45:02 +02:00
Daniel
51c16b2419 consolidate calculator growth helpers 2026-05-08 04:36:39 +02:00
Daniel
4cd5b62509 extract calculator GCS helper 2026-05-08 04:33:46 +02:00
Daniel
64f101ccda extract calculator dosing helpers 2026-05-08 04:32:09 +02:00
Daniel
2c478030f0 extract calculator BP data 2026-05-08 04:24:18 +02:00
Daniel
a53d60cf4b extract calculator growth data 2026-05-08 04:05:51 +02:00
Daniel
d8e0614a00 extract calculator BMI data 2026-05-08 03:52:08 +02:00
Daniel
463d9f78ea extract AAP bilirubin threshold data 2026-05-08 03:42:51 +02:00
Daniel
bf309f84d2 extract bilirubin risk zone data 2026-05-08 03:28:52 +02:00
Daniel
1561888d11 remove duplicate bedside handlers from calculators 2026-05-08 03:25:30 +02:00
Daniel
03e69f0f4f extract calculator reference data 2026-05-08 03:18:37 +02:00
Daniel
9d322d4983 extract calculator vitals data 2026-05-08 03:06:14 +02:00
Daniel
dd4c6712ca extract calculator shared modules 2026-05-08 02:58:58 +02:00
Daniel
620fe12395 split notes frontend modules 2026-05-08 02:44:22 +02:00
Daniel
eb81a5ef99 convert notes scripts to modules 2026-05-08 01:37:41 +02:00
Daniel
c882b54e00 extract notes api client 2026-05-08 01:31:06 +02:00
Daniel
66b0a8fe60 split assistant frontend modules 2026-05-08 01:19:12 +02:00
Daniel
6cfad65639 extract assistant frontend api client 2026-05-08 00:58:44 +02:00
Daniel
8900ffeec6 restore assistant streaming 2026-05-08 00:26:10 +02:00
Daniel
12a6022c7d stabilize assistant and add diagrams 2026-05-08 00:23:00 +02:00
Daniel
8c3d54c83b fix assistant image follow-up routing 2026-05-07 23:06:13 +02:00
Daniel
b75c2f8dca fix assistant stream truncation handling 2026-05-07 23:02:26 +02:00
Daniel
c514f37100 refactor clinical assistant prompt handling 2026-05-07 22:52:46 +02:00
Daniel
dca22d417b fix: simplify assistant lookup wording 2026-05-07 17:44:06 +02:00
Daniel
62916f1cdf feat: stream clinical assistant responses 2026-05-07 17:26:10 +02:00
Daniel
84100b1863 feat: improve clinical assistant export and citations 2026-05-07 17:15:26 +02:00
Daniel
628e6aff7f feat: use visual captions in assistant sources 2026-05-07 04:42:32 +02:00
Daniel
a944f1791d feat: diversify assistant starter prompts 2026-05-07 03:19:51 +02:00
Daniel
b6d8c8f7a4 feat: map assistant visual source intent 2026-05-07 03:01:45 +02:00
Daniel
38d04c9da1 feat: improve clinical assistant visual sources 2026-05-07 02:45:17 +02:00
Daniel
3a29618198 refactor: move assistant examples to module 2026-05-06 23:39:41 +02:00
Daniel
0d821bfef9 feat: blend multimodal assistant sources 2026-05-06 23:35:02 +02:00
Daniel
6136eed379 fix: preview generated assistant images inline 2026-05-06 23:31:43 +02:00
Daniel
b2b54729da feat: add assistant PDF export 2026-05-06 23:29:20 +02:00
Daniel
8735cae625 fix: enforce Vancouver citation clusters 2026-05-06 23:07:56 +02:00
Daniel
cd4a5585e6 fix: polish clinical assistant citations 2026-05-06 23:04:40 +02:00
Daniel
1e937cf1f8 fix: show assistant progress and order citations 2026-05-06 08:19:31 +02:00
Daniel
536369553e fix: improve clinical assistant rendering 2026-05-06 08:03:28 +02:00
Daniel
d6b23cd1ee feat: add clinical assistant MCP search
Some checks failed
Build & release Android APK / Build signed APK (push) Has been cancelled
Build TWA APK / build-apk (push) Has been cancelled
Build & Push Docker Image / Build linux/amd64 (push) Has been cancelled
Build & Push Docker Image / Build linux/arm64 (push) Has been cancelled
Build & Push Docker Image / Merge manifests (push) Has been cancelled
2026-05-06 07:31:32 +02:00
Daniel
de1caa8ce8 rebrand to Pediatric Clinical Tools, add diagrams tab, simplify litellm transcribe/tts 2026-05-02 18:23:06 +02:00
Daniel
c9d869cc59 feat(mobile): biometric sign-in (Face ID / Touch ID / fingerprint)
Adds opt-in biometric login to the Capacitor app. Replaces the password
step on subsequent sign-ins; the 2FA step (if any) still applies — by
design, defense in depth.

How it works:
- After a successful password sign-in on a Capacitor build, prompt the
  user to enroll. If they accept, capacitor-native-biometric.setCredentials
  stores the (email, password) pair in the iOS Keychain / Android Keystore
  with biometric-protected access. The local flag ped_bio_enabled=1 is
  set so the next launch knows to probe.
- On the login form, if isNativeApp() + bioStored() + bioAvailable.ok,
  reveal the "Sign in with Face ID / Touch ID / fingerprint" button at
  the top. Label is set from the actual biometryType returned by the
  plugin so users see what their device supports.
- Tap → verifyIdentity (OS prompt) → getCredentials → fill the email +
  password fields → fire the existing form submit so all the regular
  flow runs (turnstile, 2FA prompt, error handling, session storage).
- Explicit logout deletes credentials AND clears the local flag,
  hiding the button on the next visit. Auto-logout (token expiry,
  network) does NOT come through that path, so biometric persists
  across silent session resets.

Storage choice — password not JWT:
- JWTs expire and the storage would constantly need refresh.
- Storing the password lets the standard /api/auth/login flow run,
  which already handles password-rotation (a stale stored password
  just fails 401 → user falls back to typing the new one → re-enrolls).
- The password sits in OS-level secure storage, accessible only after
  successful biometric verification — same security posture as a
  password manager autofill.

Files:
- mobile/package.json: add capacitor-native-biometric@^5.0.0 (Capacitor 6
  compat)
- mobile/android/app/src/main/AndroidManifest.xml: add USE_BIOMETRIC
  uses-permission
- mobile/ios/App/App/Info.plist: add NSFaceIDUsageDescription string
- public/js/auth.js: bioPlugin/bioAvailable/bioStored/bioEnroll/
  bioRetrieve/bioForget helpers; window.PedBio surface; reveal-on-load;
  click handler; post-login enrollment prompt; logout cleanup
- public/index.html: hidden #btn-bio-login + #bio-divider above the
  email field on the login form
- public/css/styles.css: themed gradient button + hover lift
- mobile/README.md: feature list updated

Build steps for Daniel:
  cd mobile && npm install        # picks up capacitor-native-biometric
  npx cap sync                    # ports the plugin into android/ + ios/
  # then build APK / IPA as usual
2026-04-28 03:09:38 +02:00